mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
* Make config initialized explicitly * Add mypy linting * Make tests run individually Resolve #341
3 lines
97 B
Python
3 lines
97 B
Python
# flake8: noqa: E402
|
|
from kube_hunter.modules.report.factory import get_reporter, get_dispatcher
|