diff --git a/lbrynet/analytics/utils.py b/lbrynet/analytics/utils.py deleted file mode 100644 index d147f8c34..000000000 --- a/lbrynet/analytics/utils.py +++ /dev/null @@ -1,8 +0,0 @@ -import datetime - -from lbrynet.core.utils import * - - -def now(): - """Return utc now in isoformat with timezone""" - return datetime.datetime.utcnow().isoformat() + 'Z'