Skip to content

Commit c4db8f9

Browse files
committed
Sort imports
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 0b340bd commit c4db8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packagedcode/licensing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import logging
1111
import os
1212

13+
import saneyaml
14+
1315
from licensedcode.cache import build_spdx_license_expression
1416
from licensedcode.cache import get_cache
1517
from licensedcode.detection import LicenseDetection
@@ -33,8 +35,6 @@
3335
from summarycode.classify import LEGAL_STARTS_ENDS
3436
from summarycode.classify import README_STARTS_ENDS
3537

36-
import saneyaml
37-
3838

3939
"""
4040
Detect and normalize licenses as found in package manifests data.

0 commit comments

Comments
 (0)