Skip to content

Commit fe979f4

Browse files
committed
fix: pyright fix
1 parent 34823eb commit fe979f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ useLibraryCodeForTypes = true
5151
reportMissingReturnType = true
5252
reportIncompleteStub = true
5353
reportUntypedFunctionDecorator = false
54+
reportPrivateImportUsage = false
5455

5556
[tool.ruff.lint]
5657
# Ignore E402: Module level import not at top of file

0 commit comments

Comments
 (0)