Skip to content

Commit 343c9f2

Browse files
committed
fix trailing whitespace
1 parent 8562925 commit 343c9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/zoneinfo/_tzpath.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ def _validate_tzfile_path(path, _base=_TEST_PATH):
8181
raise ValueError(
8282
"ZoneInfo key must not be an empty string"
8383
)
84-
84+
8585
if os.path.isabs(path):
8686
raise ValueError(
8787
f"ZoneInfo keys may not be absolute paths, got: {path}"
8888
)
89-
89+
9090
# We only care about the kinds of path normalizations that would change the
9191
# length of the key - e.g. a/../b -> a/b, or a/b/ -> a/b. On Windows,
9292
# normpath will also change from a/b to a\b, but that would still preserve

0 commit comments

Comments
 (0)