Skip to content

Commit 31536a8

Browse files
zekeclaude
andcommitted
refactor: use cleaner import pattern for get_path_url re-export
Replace lint suppression comments with explicit `import get_path_url as get_path_url` pattern to make the re-export intent clearer and avoid lint suppressions. Addresses PR feedback from RobertCraigle. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4b88305 commit 31536a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replicate/_module_client.py

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

1919
from . import _load_client
2020
from ._utils import LazyProxy
21-
from .lib._predictions_use import get_path_url # noqa: F401 # pyright: ignore[reportUnusedImport]
21+
from .lib._predictions_use import get_path_url as get_path_url
2222

2323

2424
class FilesResourceProxy(LazyProxy["FilesResource"]):

0 commit comments

Comments
 (0)