Skip to content

Commit

Permalink
Fixed circular import.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiZ committed Nov 12, 2021
1 parent 4f4f838 commit 3ab2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtgproxies/decklists/cleaning.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mtgproxies.decklists import Card, Decklist
from mtgproxies.decklists.decklist import Card, Decklist


def merge_duplicates(decklist, identifier="oracle_id"):
Expand Down

0 comments on commit 3ab2813

Please sign in to comment.