Skip to content

Commit

Permalink
raco.expression.function: fix cyclical import
Browse files Browse the repository at this point in the history
It was importing itself
  • Loading branch information
dhalperi committed Aug 18, 2014
1 parent 2009542 commit e187f21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion raco/expression/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

import math

from .expression import *
from .expression import (ZeroaryOperator, UnaryOperator, BinaryOperator,
NaryOperator, types, check_is_numeric, check_type,
TypeSafetyViolation)


class UnaryFunction(UnaryOperator):
Expand Down

0 comments on commit e187f21

Please sign in to comment.