Skip to content

Commit

Permalink
fix: workaround for mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Jan 14, 2024
1 parent 5d7193c commit 54624f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anyconfig/backend/python/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@


def load_from_temp_file(
content: str, **opts: typing.Dict[str, typing.Any]
content: str, **opts
) -> InDataExT:
"""Dump `content` to tempoary file and load from it.
Expand Down

0 comments on commit 54624f7

Please sign in to comment.