File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import pandas as pd
44
5- from app .api .v1 .commons .constants import HCE_FIELD_CONSTANT_DICT
65import app .api .v1 .commons .utils as utils
76from app .services .search import ElasticService
87
@@ -54,4 +53,3 @@ async def getData(
5453 return {"data" : jobs , "total" : response ["total" ]}
5554
5655 return {"data" : jobs , "total" : response ["total" ]}
57-
Original file line number Diff line number Diff line change 66
77from app .api .v1 .commons .utils import normalize_pagination
88
9- from ...commons .example_responses import (
10- ocp_200_response ,
11- response_422 ,
12- )
9+ from ...commons .example_responses import ocp_200_response , response_422
1310from ...commons .oso import getData
1411
1512router = APIRouter ()
@@ -81,5 +78,3 @@ async def jobs(
8178
8279 jsonstring = json .dumps (response )
8380 return jsonstring
84-
85-
You can’t perform that action at this time.
0 commit comments