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 Sep 12, 2024
1 parent e33999e commit ff83e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_enabler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def read_plugins_stream(
@apply(none_as_empty)
@suppress(Exception)
def read_plugins(path: Traversable) -> dict[str, dict[str, str]]:
with path.open(encoding='utf-8') as stream:
with path.open(encoding='utf-8') as stream: # type: ignore[no-untyped-call, unused-ignore] # python/importlib_resources#137
return read_plugins_stream(stream)


Expand Down

0 comments on commit ff83e5b

Please sign in to comment.