From 87fb87f37de626ef28f5b8b31438a26e1dea9b50 Mon Sep 17 00:00:00 2001 From: Adam Azzam <33043305+aaazzam@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:40:50 -0500 Subject: [PATCH] [typing] Update migration.py (#16261) --- src/prefect/_internal/compatibility/migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefect/_internal/compatibility/migration.py b/src/prefect/_internal/compatibility/migration.py index f160990d77dc..f39739f2c9df 100644 --- a/src/prefect/_internal/compatibility/migration.py +++ b/src/prefect/_internal/compatibility/migration.py @@ -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.