Skip to content

Commit aea18a2

Browse files
[gunicorn] Fix '__version__' type
1 parent d7aeca8 commit aea18a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from typing_extensions import LiteralString
2-
31
version_info: tuple[int, int, int]
4-
__version__: LiteralString
2+
__version__: str
53
SERVER: str
64
SERVER_SOFTWARE: str

0 commit comments

Comments
 (0)