mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 20:32:46 +00: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.
|
||||
|
||||
from .sarif_reporter import SARIFReporter
|
||||
from .native_reporter import SARIFReporter
|
||||
|
||||
__all__ = ["SARIFReporter"]
|
||||
Reference in New Issue
Block a user