Skip to content

Commit

Permalink
remove services varable in aqs_knownissues
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Dec 31, 2024
1 parent 9a38fe2 commit 7c86c81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyaqsapi/metadatafunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ def aqs_knownissues(
(pandas DataFrame or an AQSAPI_V2 object): Information involving known
issues with the Data Mart API.
"""
service = "metaData"
aqsfilter = "issues"
aqsresult = helperfunctions.AQSAPI_V2()
aqsresult._aqs_metadata_services(service=service, aqsfilter=aqsfilter)
aqsresult._aqs_metadata_services(aqsfilter=aqsfilter)
if return_header:
return aqsresult
else:
Expand Down

0 comments on commit 7c86c81

Please sign in to comment.