Skip to content

Commit 6a23ad0

Browse files
removes unused imports.
1 parent a6ff666 commit 6a23ad0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pythonanywhere_core/website.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import os
21
import getpass
3-
from snakesay import snakesay
4-
from textwrap import dedent
2+
53

64
from pythonanywhere_core.base import call_api, get_api_endpoint
75
from pythonanywhere_core.exceptions import DomainAlreadyExistsException, PythonAnywhereApiException

0 commit comments

Comments
 (0)