Skip to content

Commit bdbdd18

Browse files
committed
fix test
1 parent 49ee495 commit bdbdd18

File tree

1 file changed

+2
-3
lines changed
  • test-data/pybind11_mypy_demo/stubgen/pybind11_mypy_demo

1 file changed

+2
-3
lines changed

test-data/pybind11_mypy_demo/stubgen/pybind11_mypy_demo/basics.pyi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from typing import ClassVar
2-
3-
from typing import overload
1+
from typing import ClassVar, overload
42

53
PI: float
4+
__version__: str
65

76
class Point:
87
class AngleUnit:

0 commit comments

Comments
 (0)