Skip to content

Commit 3d5c747

Browse files
Martin Larraldewillmcgugan
authored andcommitted
Fix type annotation of fs.open_fs (#235)
1 parent 25d33d4 commit 3d5c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/opener/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def open(
177177

178178
def open_fs(
179179
self,
180-
fs_url, # type: Text
180+
fs_url, # type: Union[FS, Text]
181181
writeable=False, # type: bool
182182
create=False, # type: bool
183183
cwd=".", # type: Text

0 commit comments

Comments
 (0)