Skip to content

Commit 120a81c

Browse files
committed
ruff format
1 parent 25f444f commit 120a81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/authentication/scopes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def __init__(self, scopes: Iterable[str | _scope_property] | None = None, /, **k
362362

363363
prop = getattr(self, attr_name)
364364

365-
elif isinstance(scope, _scope_property): # type: ignore[unnecessary-isinstance]
365+
elif isinstance(scope, _scope_property): # type: ignore[unnecessary-isinstance]
366366
prop = scope
367367

368368
else:

0 commit comments

Comments
 (0)