fix lint: combine with statements

This commit is contained in:
2026-03-19 22:36:35 -07:00
parent ff08b1d6f5
commit 4f2cf49a80
3 changed files with 136 additions and 9 deletions

View File

@@ -1 +1,10 @@
# engine — modular internals for mainline
# Import submodules to make them accessible via engine.<name>
# This is required for unittest.mock.patch to work with "engine.<module>.<function>"
# strings and for direct attribute access on the engine package.
import engine.config # noqa: F401
import engine.fetch # noqa: F401
import engine.filter # noqa: F401
import engine.sources # noqa: F401
import engine.terminal # noqa: F401