Skip to content

Commit be46de5

Browse files
🎨 organize imports
1 parent feb2e02 commit be46de5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

squarecloud/data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from typing import Any, Dict, Literal
44

55
from pydantic import conint
6-
from typing_extensions import TypedDict
7-
86
from pydantic.dataclasses import dataclass
7+
from typing_extensions import TypedDict
98

109
# pylint: disable=too-many-instance-attributes
1110
# pylint: disable=invalid-name

tests/test_request_listeners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
2-
import squarecloud
32

3+
import squarecloud
44
from squarecloud import Endpoint, File
55
from squarecloud.data import UploadData
66
from squarecloud.http import Response

tests/test_upload_app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import asyncio
2-
import io
3-
import zipfile
42

53
import pytest
64

0 commit comments

Comments
 (0)