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 536f354 commit 5dcb568Copy full SHA for 5dcb568
src/licensedcode/index.py
@@ -23,7 +23,9 @@
23
# ScanCode is a free software code scanning tool from nexB Inc. and others.
24
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.
25
26
-from __future__ import absolute_import, division, print_function
+from __future__ import absolute_import
27
+from __future__ import division
28
+from __future__ import print_function
29
30
from array import array
31
from collections import Counter
0 commit comments