Skip to content

Commit 5c470bf

Browse files
committed
Fix code style issues with Black
1 parent d7abca4 commit 5c470bf

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
@@ -182,7 +182,7 @@ def is_subscriber(self) -> Optional[bool]:
182182
183183
Could be None if no Tags were received.
184184
"""
185-
return self._sub or 'founder' in self._tags
185+
return self._sub or "founder" in self._tags
186186

187187
@property
188188
def prediction(self) -> Optional[PredictionEnum]:

0 commit comments

Comments
 (0)