Skip to content

Commit

Permalink
Fixed code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Nov 4, 2023
1 parent 142df57 commit aa6ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/controller/controlbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def set_round_status(self, round_id, status):
self.tracer.set_round_status(round_id, status)

def set_round_config(self, round_id, round_config):
""" Upate round in backend db.
""" Upate round in backend db.
:param round_id: The round unique identifier
:type round_id: str
Expand Down

0 comments on commit aa6ab19

Please sign in to comment.