Skip to content

Commit

Permalink
fix tw
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Oct 3, 2023
1 parent 6a1a004 commit 955b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/statestore/mongostatestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, network_id, config, model_storage_config):

# Storage settings
self.set_storage_backend(model_storage_config)
self.__inited = True
self.__inited = True

def is_inited(self):
""" Check if the statestore is intialized.
Expand Down

0 comments on commit 955b490

Please sign in to comment.