Skip to content

Commit 68a105b

Browse files
removes base already moved to the core
1 parent 28a1dd0 commit 68a105b

File tree

4 files changed

+4
-57
lines changed

4 files changed

+4
-57
lines changed

pythonanywhere/api/base.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

pythonanywhere/api/students_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import getpass
66

7-
from pythonanywhere.api.base import call_api, get_api_endpoint
7+
from pythonanywhere_core.base import call_api, get_api_endpoint
88

99

1010
class StudentsAPI:

pythonanywhere/students.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
import logging
99

10+
from snakesay import snakesay
11+
1012
from pythonanywhere.api.students_api import StudentsAPI
11-
from pythonanywhere.snakesay import snakesay
1213

1314
logger = logging.getLogger("pythonanywhere")
1415

tests/test_api_students.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55
import responses
66

7-
from pythonanywhere.api.base import get_api_endpoint
7+
from pythonanywhere_core.base import get_api_endpoint
88
from pythonanywhere.api.students_api import StudentsAPI
99

1010

0 commit comments

Comments
 (0)