Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 30bd281

Browse files
committed
Remove unused imports
1 parent 5448f55 commit 30bd281

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

deta/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import json
32
import typing
43
from urllib.parse import quote
54

deta/drive.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import os
22
import typing
3-
import http
43
from io import BufferedIOBase, TextIOBase, RawIOBase, StringIO, BytesIO
54
from urllib.parse import quote_plus
6-
import http.client
75

86
from .service import JSON_MIME, _Service
97

0 commit comments

Comments
 (0)