Skip to content

Commit c970755

Browse files
committed
remove the import __future__ line
1 parent eec5a8f commit c970755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/applications/svm_gui.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
If all examples are from the same class, it uses a one-class SVM.
1414
1515
"""
16-
# from __future__ import division, print_function
1716

1817
print(__doc__)
1918

0 commit comments

Comments
 (0)