Skip to content

Commit

Permalink
fix style errors (#116)
Browse files Browse the repository at this point in the history
* fix style errors

* fix tox
  • Loading branch information
nden authored Dec 23, 2022
1 parent fa016af commit 5c9c58f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/roman_datamodels/stnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from .stuserdict import STUserDict as UserDict
from .units import Unit, CompositeUnit

from roman_datamodels.units import Unit, CompositeUnit, force_roman_unit

if sys.version_info < (3, 9):
import importlib_resources
Expand Down
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ commands=
coverage run --source=roman_datamodels -m pytest
coverage report -m
codecov -e TOXENV
passenv= TOXENV CI TRAVIS TRAVIS_* CODECOV_* DISPLAY HOME
passenv=
TOXENV
CI
CODECOV_*
HOME
CRDS_*

[testenv:bandit]
deps=
Expand Down

0 comments on commit 5c9c58f

Please sign in to comment.