Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 19, 2021
1 parent 4f48649 commit f60d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_resources/abc.py
Expand Up @@ -189,7 +189,7 @@ class ResourceHandle(Traversable):
def __init__(self, parent, name):
# type: (ResourceContainer, str) -> None
self.parent = parent
self.name = name
self.name = name # type: ignore

def is_file(self):
return True
Expand Down

0 comments on commit f60d050

Please sign in to comment.