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"