Skip to content

Commit 0c5fec9

Browse files
committed
chore(linter) fix import order
1 parent 50be9ca commit 0c5fec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scanoss/inspection/utils/license_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
from ...scanossbase import ScanossBase
2625
from scanoss.osadl_copyleft import OsadlCopyleft
2726

27+
from ...scanossbase import ScanossBase
28+
2829

2930
class LicenseUtil(ScanossBase):
3031
"""

0 commit comments

Comments
 (0)