Skip to content

Commit 5c1ec09

Browse files
committed
Import re to fix import error.
1 parent e360d64 commit 5c1ec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/mlpack/allkfn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Class to benchmark the mlpack All K-Furthest-Neighbors method.
66
'''
77

8-
import os, sys, inspect
8+
import os, sys, inspect, re
99

1010
# Import the util path, this method even works if the path contains symlinks to
1111
# modules.

0 commit comments

Comments
 (0)