Skip to content

Commit

Permalink
fix type-o in _aqs_services_by_box, fixes issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Nov 23, 2023
1 parent 058a1cd commit a39ff6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/8.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion pyaqsapi/helperfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def _aqs_services_by_box(
"param": parameter,
"bdate": bdate,
"edate": edate,
"minlat": minlon,
"minlat": minlat,
"maxlat": maxlat,
"minlon": minlon,
"maxlon": maxlon,
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ exclude = [
".vscode"
]


target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
target-version = ["py38", "py39", "py310", "py311", "py312"]


[tool.ruff.pydocstyle]
Expand Down

0 comments on commit a39ff6c

Please sign in to comment.