Skip to content

Commit

Permalink
Adding missing infer_redirection output typing
Browse files Browse the repository at this point in the history
Fix #187
  • Loading branch information
Yomguithereal committed Jul 21, 2023
1 parent e16b479 commit 6ff0a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ural/infer_redirection.pyi
Original file line number Diff line number Diff line change
@@ -1 +1 @@
def infer_redirection(url: str, recursive: bool = ...): ...
def infer_redirection(url: str, recursive: bool = ...) -> str: ...

0 comments on commit 6ff0a86

Please sign in to comment.