Skip to content

Commit

Permalink
Fix circular import in organization.Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego J. Romero López committed Jul 27, 2016
1 parent 08d3a6f commit 83ffae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trello/organization.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from __future__ import with_statement, print_function, absolute_import
from trello.board import Board
from trello.compat import force_str
from trello.member import Member

Expand Down

0 comments on commit 83ffae9

Please sign in to comment.