From 9aef6e514399a6fa010fbc8ba137f22c1703e454 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sun, 13 Nov 2022 12:15:40 -0500 Subject: [PATCH] gofmt --- internal/common/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/common/types.go b/internal/common/types.go index bf16320..c43d729 100644 --- a/internal/common/types.go +++ b/internal/common/types.go @@ -11,7 +11,6 @@ import ( type ( // PyTimeStamp is a python-style long nano timestamp PyTimestamp time.Time - ) const PytTimeFormat = "2006-01-02T15:04:05.999999-07:00"