Skip to content

Commit

Permalink
Lint merged file via GitHub website
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkd-Alex committed Dec 21, 2021
1 parent 697f49e commit 2afa340
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion TwitchChannelPointsMiner/classes/Twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
StreamerDoesNotExistException,
StreamerIsOfflineException,
)
from TwitchChannelPointsMiner.classes.Settings import FollowersOrder, Events, Priority, Settings
from TwitchChannelPointsMiner.classes.Settings import (
Events,
FollowersOrder,
Priority,
Settings,
)
from TwitchChannelPointsMiner.classes.TwitchLogin import TwitchLogin
from TwitchChannelPointsMiner.constants import CLIENT_ID, GQLOperations
from TwitchChannelPointsMiner.utils import (
Expand Down

0 comments on commit 2afa340

Please sign in to comment.