Skip to content

Commit 673f93e

Browse files
[autofix.ci] apply automated fixes
1 parent 79ea581 commit 673f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit_tests/controllers/console/test_document_detail_api_data_source_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
try: # Python <3.11 fallback
1212
from typing import NotRequired
1313
except Exception: # pragma: no cover
14-
from typing_extensions import NotRequired # type: ignore
14+
from typing import NotRequired # type: ignore
1515

1616
from models.dataset import Document
1717

0 commit comments

Comments
 (0)