Skip to content

Commit 33b5981

Browse files
committed
black formatting
1 parent 150d627 commit 33b5981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/chatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def __init__(self, websocket: "WSConnection", **kwargs):
137137

138138
def __repr__(self):
139139
return f"<Chatter name: {self._name}, channel: {self._channel}>"
140-
140+
141141
def _bot_is_mod(self):
142142
cache = self._ws._cache[self._channel.name] # noqa
143143
for user in cache:

0 commit comments

Comments
 (0)