We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea42cd6 commit f36a713Copy full SHA for f36a713
src/scanoss/export/__init__.py
@@ -1,7 +1,7 @@
1
"""
2
SPDX-License-Identifier: MIT
3
4
- Copyright (c) 2024, SCANOSS
+ Copyright (c) 2025, SCANOSS
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,3 @@
21
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
THE SOFTWARE.
23
24
-
25
-from .dependency_track import DependencyTrackExporter
26
27
-__all__ = ['DependencyTrackExporter']
0 commit comments