Skip to content

Commit

Permalink
Fix code style issues
Browse files Browse the repository at this point in the history
Also change tox to test with python 3.8/3.9 as 3.7 is EOL
  • Loading branch information
mgdaily committed Dec 1, 2023
1 parent 527853c commit 5e5e367
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion banzai_nres/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from banzai_nres import phoenix
import numpy as np
from banzai.utils import import_utils
import logging
import astroquery.exceptions


Expand Down
1 change: 0 additions & 1 deletion banzai_nres/dbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from banzai.logs import get_logger
import os
from glob import glob
import logging
from sqlalchemy import func, desc
from sqlalchemy.ext.hybrid import hybrid_method
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion banzai_nres/qc/qc_science.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import numpy as np
from banzai.stages import Stage
from banzai.logs import get_logger
import logging

logger = get_logger()

Expand Down
1 change: 0 additions & 1 deletion banzai_nres/wavelength.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from xwavecal.fibers import IdentifyFibers

import sep
import logging
import os
import pkg_resources
from astropy.table import Table
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{37,38}-test{,-alldeps,-devdeps}{,-cov}
py{37,38}-test-numpy{117,118,119,120}
py{37,38}-test-astropy{30,40,41,42,lts}
py{38,39}-test{,-alldeps,-devdeps}{,-cov}
py{38,39}-test-numpy{117,118,119,120}
py{38,39}-test-astropy{30,40,41,42,lts}
build_docs
linkcheck
codestyle
Expand Down

0 comments on commit 5e5e367

Please sign in to comment.