Skip to content

Commit 464c95c

Browse files
committed
PEP8 cleanup
1 parent b7fc1d8 commit 464c95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdavfs/opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
__author__ = "Martin Larralde <[email protected]>"
1010

11+
1112
class WebDAVOpener(Opener):
1213
protocols = ['webdav']
1314

1415
def open_fs(self, fs_url, parse_result, writeable, create, cwd):
1516
from .webdavfs import WebDAVFS
16-
from fs.subfs import ClosingSubFS
1717

1818
webdav_host, _, dir_path = parse_result.resource.partition('/')
1919
webdav_host, _, webdav_port = webdav_host.partition(':')

0 commit comments

Comments
 (0)