Files
@ f3fab7b124f2
Branch filter:
Location: kallithea/scripts/validate-minimum-dependency-versions
f3fab7b124f2
1.6 KiB
text/plain
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.