Skip to content

Commit cc385f8

Browse files
committed
remove unused import
1 parent 349604a commit cc385f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owrx/feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import subprocess
22
from functools import reduce
3-
from operator import and_, or_
3+
from operator import and_
44
import re
55
from distutils.version import LooseVersion
66
import inspect

0 commit comments

Comments
 (0)