Skip to content

Commit 5f4744d

Browse files
committed
Fix test
1 parent 8d329af commit 5f4744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22

33
from draft_kings.client import available_players, draft_group_details, draftables, regions, contests, countries
4-
from draft_kings.client import Sport
4+
from draft_kings.data import Sport
55

66

77
class TestClient(TestCase):

0 commit comments

Comments
 (0)