Files
@ f3fab7b124f2
Branch filter:
Location: kallithea/conftest.py
f3fab7b124f2
2.0 KiB
text/x-python
imports: try to use global imports unless it is a layering violation
To minimize the impact, do imports that violate the layering at runtime instead
of at import time.
To minimize the impact, do imports that violate the layering at runtime instead
of at import time.