Skip to content

Commit

Permalink
Annoying mypy ignore placement
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Nov 20, 2020
1 parent f717bb0 commit ba3d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpathlib/fsspec/fsspecclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _stat(self, cloud_path: FsspecPath) -> os.stat_result:

return os.stat_result(
( # type: ignore
info.get("mode"), # mode
info.get("mode"), # type: ignore # mode
None, # ino
cloud_path.cloud_prefix, # dev,
None, # nlink,
Expand Down

0 comments on commit ba3d9f3

Please sign in to comment.