Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mourginakis committed Nov 9, 2023
1 parent af010c9 commit a17c83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_monitor/node_provider_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _execute1(self, sql: str, params: Tuple[Any, ...]) -> List[Tuple[Any, ...]]:
return result


def _get_schema(self, table_name: str) -> List[Dict[str, str]]:
def _get_schema(self, table_name: str) -> Dict[str, str]:
"""Returns the schema for a table.
Ex. [{'id': 'integer', 'node_provider_id': 'text'}]
This method is useful for testing.
Expand Down

0 comments on commit a17c83b

Please sign in to comment.