Skip to content

Commit

Permalink
trival updates, including liniting and code formatting suggestions fr…
Browse files Browse the repository at this point in the history
…om liniting and formatting tools
  • Loading branch information
mccroweyclinton-EPA committed Dec 6, 2023
1 parent 5f02754 commit bd69c98
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 11 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/pyaqsapi.bybox.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pyaqsapi.bypqao.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pyaqsapi.doctree
Binary file not shown.
1 change: 0 additions & 1 deletion pyaqsapi/bybox/bybox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""Functions that aggregate data by box.
(by latitude/longitude bounding box).
"""
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bybox/tests/test_bybox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bycbsa/tests/test_bycbsa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bycounty/tests/test_bycounty.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/byma/tests/test_byma.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
2 changes: 1 addition & 1 deletion pyaqsapi/bypqao/bypqao.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def qa_pep_audit(
returns a AQSAPI_v2 object.
Example
------
-------
Return a DataFrame of PEP audit data in June 2017 where the pqao is the
Alabama Department of Environmental Management (agency 0013)::
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bypqao/tests/test_bypqao.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bysite/tests/test_bysite.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
1 change: 0 additions & 1 deletion pyaqsapi/bystate/tests/test_bystate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from datetime import date
from os import environ, getcwd
from os.path import abspath, exists
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ exclude = [
"ruff_cache",
".spyproject",
".github",
".vscode"
".vscode",
"conf.py",
"setup.py",
"*tests/*"
]

[tool.ruff.pydocstyle]
Expand Down
1 change: 0 additions & 1 deletion tests/test_listfunctions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from os import environ, getcwd
from os.path import abspath, exists
from sys import path
Expand Down

0 comments on commit bd69c98

Please sign in to comment.