Skip to content

Commit

Permalink
[typing] Update migration.py (#16261)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaazzam authored Dec 6, 2024
1 parent 794054a commit 87fb87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/_internal/compatibility/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# See src/prefect/filesystems.py for an example


def import_string_class_method(new_location: str) -> Callable:
def import_string_class_method(new_location: str) -> Callable[..., Any]:
"""
Handle moved class methods.
Expand Down

0 comments on commit 87fb87f

Please sign in to comment.