Skip to content

Commit f36a713

Browse files
committed
[SP-2879] chore: update __init__.py
1 parent ea42cd6 commit f36a713

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/scanoss/export/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
SPDX-License-Identifier: MIT
33
4-
Copyright (c) 2024, SCANOSS
4+
Copyright (c) 2025, SCANOSS
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,3 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
"""
24-
25-
from .dependency_track import DependencyTrackExporter
26-
27-
__all__ = ['DependencyTrackExporter']

0 commit comments

Comments
 (0)