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:
tduhamel42
2025-11-02 15:15:19 +01:00
parent 98f938932c
commit 99cee284b6

View File

@@ -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"]