Fix linting
This commit is contained in:
parent
46610682ce
commit
57a41eedb8
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ async def get_update_flag(namespace: str):
|
||||||
class MutableBoolean:
|
class MutableBoolean:
|
||||||
def __init__(self, initial_value=False):
|
def __init__(self, initial_value=False):
|
||||||
self.value = initial_value
|
self.value = initial_value
|
||||||
|
|
||||||
new_update_flag = MutableBoolean(False)
|
new_update_flag = MutableBoolean(False)
|
||||||
|
|
||||||
_update_flags[namespace].append(new_update_flag)
|
_update_flags[namespace].append(new_update_flag)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue