Skip to content

Commit

Permalink
Use simpler import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Jun 19, 2024
1 parent 40466ec commit 025c801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clashroyalebuildabot/state/card_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from PIL import Image
from scipy.optimize import linear_sum_assignment

from clashroyalebuildabot.constants import CARD_CONFIG, IMAGES_DIR
from clashroyalebuildabot.constants import CARD_CONFIG
from clashroyalebuildabot.constants import IMAGES_DIR
from clashroyalebuildabot.namespaces.cards import Cards


Expand Down

0 comments on commit 025c801

Please sign in to comment.