Skip to content

Commit ab1af36

Browse files
Add ignore for lint
1 parent 0b4b530 commit ab1af36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
try:
41-
from fastapi_new.cli import (
41+
from fastapi_new.cli import ( # type: ignore[import-not-found]
4242
app as fastapi_new_cli,
4343
)
4444

0 commit comments

Comments
 (0)