anydi 0.38.1__py3-none-any.whl → 0.38.2rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
anydi/__init__.py CHANGED
@@ -11,8 +11,7 @@ from ._container import (
11
11
  singleton,
12
12
  transient,
13
13
  )
14
- from ._provider import Provider
15
- from ._types import Marker, Scope
14
+ from ._types import Marker, ProviderArgs as Provider, Scope
16
15
 
17
16
  # Alias for dependency auto marker
18
17
  auto = cast(Any, Marker())