Skip to content

Commit 75b8d5e

Browse files
committed
remove whitespace
1 parent d6ad864 commit 75b8d5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/py-opentimelineio/opentimelineio/url_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def filepath_from_url(urlstr):
7676
elif pathlib.PureWindowsPath(filepath.parts[0]).drive:
7777
filepath = pathlib.PurePosixPath(filepath.drive, *filepath.parts[1:])
7878

79-
8079
# If the specified index is a windows drive, then offset the path
8180
elif (
8281
# relative paths may not have a parts[1]

0 commit comments

Comments
 (0)