Skip to content

Commit f877085

Browse files
committed
chore(lint): minor linting correction
1 parent f76ba65 commit f877085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlspec/utils/sync_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
try:
1515
import uvloop # pyright: ignore[reportMissingImports]
1616
except ImportError:
17-
uvloop = None # type: ignore[assignment]
17+
uvloop = None # type: ignore[assignment,unused-ignore]
1818

1919

2020
ReturnT = TypeVar("ReturnT")

0 commit comments

Comments
 (0)