8000 fixing yet another pep8 failure · SnarkyPapi/server-client-python@ccfd0c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccfd0c2

Browse files
author
Russell Hay
committed
fixing yet another pep8 failure
1 parent a15a8f5 commit ccfd0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tableauserverclient/datetime_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# A UTC class.
99

10+
1011
class UTC(datetime.tzinfo):
1112
"""UTC"""
1213

@@ -19,6 +20,7 @@ def tzname(self, dt):
1920
def dst(self, dt):
2021
return ZERO
2122

23+
2224
utc = UTC()
2325

2426
TABLEAU_DATE_FORMAT = "%Y-%m-%dT%H:%M:%SZ"

0 commit comments

Comments
 (0)
0