Skip to content

Commit a6379ac

Browse files
use core for files.
1 parent f865f1b commit a6379ac

File tree

6 files changed

+44
-569
lines changed

6 files changed

+44
-569
lines changed

pythonanywhere/api/files_api.py

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

pythonanywhere/api/files_api.pyi

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

pythonanywhere/files.py

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

99
from snakesay import snakesay
1010

11-
from pythonanywhere.api.files_api import Files
11+
from pythonanywhere_core.files import Files
1212

1313
logger = logging.getLogger("pythonanywhere")
1414

pythonanywhere/files.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from typing import Optional, Union
22

33
from typer import FileBinaryRead
44

5-
from pythonanywhere.api.files_api import Files
5+
from pythonanywhere_core.files import Files
66

77

88
class PAPath:

0 commit comments

Comments
 (0)