.pyi fixes

This commit is contained in:
2026-01-20 20:50:59 +05:30
parent 8b2d6a5046
commit 778a986262
7 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
from .griffe_loader import GriffeLoader
__all__ = ["GriffeLoader"]
__all__ = [
"GriffeLoader"
]

View File

@@ -1,3 +1,5 @@
from .griffe_loader import GriffeLoader
__all__ = ["GriffeLoader"]
__all__ = [
"GriffeLoader"
]