1
0

whitespace, imports, code style

This commit is contained in:
Sander van Grieken
2023-09-22 16:34:28 +02:00
parent 4acf1ac1df
commit 190c19d48c
27 changed files with 269 additions and 232 deletions

View File

@@ -17,7 +17,7 @@ from .util import QtEventListener, event_listener
class QEChannelDetails(AuthMixin, QObject, QtEventListener):
_logger = get_logger(__name__)
class State: # subset, only ones we currently need in UI
class State: # subset, only ones we currently need in UI
Closed = ChannelState.CLOSED
Redeemed = ChannelState.REDEEMED