mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-16 00:20:21 +02:00
fix: Update reporter __init__.py to import from native_reporter
Fixed broken import after renaming sarif_reporter.py to native_reporter.py
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
#
|
#
|
||||||
# Additional attribution and requirements are provided in the NOTICE file.
|
# Additional attribution and requirements are provided in the NOTICE file.
|
||||||
|
|
||||||
from .sarif_reporter import SARIFReporter
|
from .native_reporter import SARIFReporter
|
||||||
|
|
||||||
__all__ = ["SARIFReporter"]
|
__all__ = ["SARIFReporter"]
|
||||||
Reference in New Issue
Block a user