Skip to content

Commit bacf7b3

Browse files
Tatshsrittau
andauthored
Update stubs/binaryornot/binaryornot/__init__.pyi
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent 549ba0e commit bacf7b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
__email__: str = ...
1+
from typing import Final
2+
3+
__author__: Final[str]
4+
__email__: Final[str]
5+
__version__: Final[str]

0 commit comments

Comments
 (0)