We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb6a80 commit 46db47bCopy full SHA for 46db47b
src/setuptools_scm/_log.py
@@ -18,7 +18,7 @@
18
19
20
class AlwaysStdErrHandler(logging.StreamHandler): # type: ignore[type-arg]
21
- def __init___(self) -> None:
+ def __init__(self) -> None:
22
super().__init__(sys.stderr)
23
24
@property # type: ignore [override]
0 commit comments