make Ruff happy

This commit is contained in:
2025-10-25 23:08:27 -04:00
parent fe5c0e23b5
commit 626c865461
7 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,4 @@
import vona.globals as globals
import vona.config as config
import multiprocessing
versions = [str(i) for i in range(1, 10)]
@@ -19,7 +18,7 @@ def worker(room_found):
print(room_id)
room_found.value = True
break
except Exception as e:
except Exception:
pass