Skip to content

Commit 4294269

Browse files
ericfitzclaude
andcommitted
chore(scripts): add ty:ignore comment for UV-managed import
Add ty:ignore[unresolved-import] to suppress linter warning for requests import which is managed by UV via inline TOML dependency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 40a3aae commit 4294269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/delete-test-users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import sys
3838
from dataclasses import dataclass
3939

40-
import requests
40+
import requests # ty:ignore[unresolved-import]
4141

4242
# Configuration
4343
API_BASE = "http://localhost:8080"

0 commit comments

Comments
 (0)