Coverage for /usr/local/lib/python3.12/site-packages/prefect/infrastructure/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-12-05 10:48 +0000

1""" 

22024-06-27: This surfaces an actionable error message for moved or removed objects in Prefect 3.0 upgrade. 

3""" 

4 

5from typing import Any, Callable 1a

6 

7from prefect._internal.compatibility.migration import getattr_migration 1a

8 

9__getattr__: Callable[[str], Any] = getattr_migration(__name__) 1a