Skip to content

Commit 9aaeb72

Browse files
author
Val Brodsky
committed
Fix formatting
1 parent 973016b commit 9aaeb72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
DFLT_TZ = tzoffset("UTC", 0000)
1515

1616

17-
1817
def _convert(s, sep, title):
1918
components = re.findall(r"[A-Z][a-z0-9]*|[a-z][a-z0-9]*", s)
2019
components = list(map(str.lower, filter(None, components)))
@@ -97,4 +96,4 @@ def format_iso_default_utc(date_string: str) -> datetime.datetime:
9796
to a datetime object.
9897
For missing offsets, the default offset is UTC.
9998
"""
100-
return default_tzinfo(dateutil_parse(date_string), DFLT_TZ)
99+
return default_tzinfo(dateutil_parse(date_string), DFLT_TZ)

0 commit comments

Comments
 (0)