Skip to content

Commit

Permalink
flake8/linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 10, 2024
1 parent eaf195f commit faf8d03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sageworks/web_interface/components/plugins/ag_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ def create_component(
"rowSelection": "single",
"rowHeight": 30,
"headerHeight": 40,
"defaultColDef": {
"sortable": True,
"filter": True,
"resizable": True
}
"defaultColDef": {"sortable": True, "filter": True, "resizable": True},
}

self.container = AgGrid(
Expand Down

0 comments on commit faf8d03

Please sign in to comment.