Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed May 27, 2024
1 parent 6835414 commit fd804ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/python-fastui/tests/test_tables_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ def test_table_no_columns():
{'id': 1, 'name': 'john', 'representation': '1: john'},
{'id': 2, 'name': 'jack', 'representation': '2: jack'}
],
'columns': [
{'field': 'id'},
{'field': 'name', 'title': 'Name'},
{'field': 'representation'}
],
'columns': [{'field': 'id'}, {'field': 'name', 'title': 'Name'}, {'field': 'representation'}],
'type': 'Table',
}

Expand Down

0 comments on commit fd804ea

Please sign in to comment.