Skip to content

Commit 5ed48a7

Browse files
committed
Test
1 parent 566232f commit 5ed48a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ignore = [
133133

134134

135135
[tool.ruff.lint.isort]
136-
known-third-party = ["typer", "fastapi"]
136+
known-third-party = ["fastapi_cli", "typer", "fastapi"]
137137

138138
[tool.ruff.lint.pyupgrade]
139139
# Preserve types, even if a file imports `from __future__ import annotations`.

0 commit comments

Comments
 (0)