Skip to content

Commit

Permalink
Explicit import
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Aug 25, 2023
1 parent 692046c commit eba7750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functools/standard_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Pavel Tisnovsky
#

from operator import *
from operator import add, mul, pow, lt, gt


def get_operator(symbol):
Expand Down

0 comments on commit eba7750

Please sign in to comment.