Skip to content

Commit 5dcb568

Browse files
committed
Format imports
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 536f354 commit 5dcb568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/licensedcode/index.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
# ScanCode is a free software code scanning tool from nexB Inc. and others.
2424
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.
2525

26-
from __future__ import absolute_import, division, print_function
26+
from __future__ import absolute_import
27+
from __future__ import division
28+
from __future__ import print_function
2729

2830
from array import array
2931
from collections import Counter

0 commit comments

Comments
 (0)