8000 Fix pep8 failures · acpana/server-client-python@ab82968 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab82968

Browse files
author
Russell Hay
committed
Fix pep8 failures
1 parent cc8d544 commit ab82968

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tableauserverclient/datetime_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
ZERO = datetime.timedelta(0)
55
HOUR = datetime.timedelta(hours=1)
66

7-
# A UTC class.
8-
97

108
class UTC(datetime.tzinfo):
119
"""UTC"""
@@ -21,7 +19,6 @@ def dst(self, dt):
2119

2220

2321
utc = UTC()
24-
2522
TABLEAU_DATE_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
2623

2724

0 commit comments

Comments
 (0)
0