diff --git a/src/server.py b/src/server.py
index e8171d8..0321408 100644
--- a/src/server.py
+++ b/src/server.py
@@ -87,10 +87,6 @@ async def get_ui_data(grid_type: Union[str, None] = Query(default=None), event_t
use_new_wb: Use the new catalog workbench code
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
@@ -376,10 +372,6 @@ async def get_ui_data_file(file_name: Union[str, None] = Query(default='apsviz.j
use_new_wb: Use the new catalog workbench code
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