Skip to content

Commit 8e673a8

Browse files
committed
[lint] fix lint errors
1 parent 3942828 commit 8e673a8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android_sms_gateway/domain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import base64
22
import dataclasses
33
import datetime
4-
from io import BytesIO
54
import typing as t
65

76
from .enums import ProcessState, WebhookEvent, MessagePriority

android_sms_gateway/http.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import abc
22
import typing as t
3-
import json
4-
5-
from . import client, domain
63

74
from .errors import (
85
error_from_status,

0 commit comments

Comments
 (0)