Skip to content

Commit c5798a6

Browse files
committed
Fix import name for framework.isobot.colors
1 parent ac68062 commit c5798a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/isobot/db/isocard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Imports
44
import json
55
import time
6-
from colors import Colors as colors
6+
from framework.isobot.colors import Colors as colors
77

88
# Functions
99
class IsoCard:

0 commit comments

Comments
 (0)