Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2024
1 parent 9d7cb96 commit 96850d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/common/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
except ImportError: # pragma: no cover
from importlib.metadata import version as _get_dist # noqa: WPS433

__version__ = _get_dist("proxy.py") # noqa: WPS440
__version__ = _get_dist('proxy.py') # noqa: WPS440


def _to_int_or_str(inp: str) -> Union[int, str]: # pragma: no cover
Expand Down

0 comments on commit 96850d9

Please sign in to comment.