Skip to content

Commit 96850d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d7cb96 commit 96850d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/common/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
except ImportError: # pragma: no cover
2121
from importlib.metadata import version as _get_dist # noqa: WPS433
2222

23-
__version__ = _get_dist("proxy.py") # noqa: WPS440
23+
__version__ = _get_dist('proxy.py') # noqa: WPS440
2424

2525

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

0 commit comments

Comments
 (0)