Skip to content

Commit

Permalink
Update src/py/flwr/server/superlink/state/sqlite_state.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Oct 10, 2024
1 parent 9ac909c commit a60f5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/server/superlink/state/sqlite_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def initialize(self, log_queries: bool = False) -> list[tuple[str]]:
Returns
-------
list[tuple[str]]
The list of all tables on the DB.
The list of all tables in the DB.
"""
self.conn = sqlite3.connect(self.database_path)
self.conn.execute("PRAGMA foreign_keys = ON;")
Expand Down

0 comments on commit a60f5b5

Please sign in to comment.