Skip to content

Commit

Permalink
comment about imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinner-lyft committed Aug 17, 2017
1 parent bbfecfb commit 43cfe34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynamodb/expressions/condition.py
Expand Up @@ -56,6 +56,7 @@ class Size(Operand):
"""

def __init__(self, path):
# prevent circular import -- AttributePath imports Path
from pynamodb.attributes import Attribute, AttributePath
if isinstance(path, Path):
self.path = Path
Expand Down

0 comments on commit 43cfe34

Please sign in to comment.