mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-12 14:56:59 +03:00
7 lines
161 B
Python
7 lines
161 B
Python
"""Test module for wiring with invalid type of marker for attribute injection."""
|
|
|
|
from dependency_injector.wiring import Closing
|
|
|
|
|
|
service = Closing["service"]
|