Fix linting

This commit is contained in:
yangdx
2025-03-10 15:41:46 +08:00
parent 46610682ce
commit 57a41eedb8

View File

@@ -326,7 +326,7 @@ async def get_update_flag(namespace: str):
class MutableBoolean:
def __init__(self, initial_value=False):
self.value = initial_value
new_update_flag = MutableBoolean(False)
_update_flags[namespace].append(new_update_flag)