Skip to content

Commit

Permalink
removing pylint exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 19, 2024
1 parent 92bbcc9 commit 83bc674
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ async def get_ui_data(grid_type: Union[str, None] = Query(default=None), event_t
<br/>&nbsp;&nbsp;&nbsp;use_new_wb: Use the new catalog workbench code
<br/>&nbsp;&nbsp;&nbsp;use_v3_sp: Use the new v3 data stored procedure
"""
# pylint: disable=unused-argument
# pylint: disable=too-many-arguments
# pylint: disable=too-many-locals

# init the returned data and HTML status code
ret_val: dict = {}
status_code: int = 200
Expand Down Expand Up @@ -376,10 +372,6 @@ async def get_ui_data_file(file_name: Union[str, None] = Query(default='apsviz.j
<br/>&nbsp;&nbsp;&nbsp;use_new_wb: Use the new catalog workbench code
<br/>&nbsp;&nbsp;&nbsp;use_v3_sp: Use the new v3 data stored procedure
"""
# pylint: disable=unused-argument
# pylint: disable=too-many-arguments
# pylint: disable=too-many-locals

# init the returned HTML status code
status_code: int = 200

Expand Down

0 comments on commit 83bc674

Please sign in to comment.