Skip to content

Commit 5f566f2

Browse files
committed
Ruff
1 parent 42c04d3 commit 5f566f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from .models.subscriptions import BroadcasterSubscription, BroadcasterSubscriptions
5959
from .models.videos import Video
6060
from .user import ActiveExtensions, PartialUser
61-
from .utils import Colour, _from_json, url_encode_datetime, handle_user_ids # type: ignore
61+
from .utils import Colour, _from_json, handle_user_ids, url_encode_datetime # type: ignore
6262

6363

6464
if TYPE_CHECKING:

0 commit comments

Comments
 (0)