mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-14 02:00:32 +08:00
lint fix
This commit is contained in:
parent
52a6eb3d98
commit
a8edd11368
@ -218,7 +218,7 @@ class BtServer: # pylint: disable=too-many-instance-attributes
|
||||
num=get_led_num(leds),
|
||||
)
|
||||
|
||||
def __process_events(self) -> None:
|
||||
def __process_events(self) -> None: # pylint: disable=too-many-branches
|
||||
for _ in range(self.__events_queue.qsize()):
|
||||
try:
|
||||
event = self.__events_queue.get_nowait()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user