Skip to content

Commit

Permalink
STY #10 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 15, 2024
1 parent 2dddccc commit c41483f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import tomllib

sys.path.insert(0, str(pathlib.Path().absolute().parent.parent))
import pysumreg
import pysumreg # noqa

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
2 changes: 1 addition & 1 deletion pysumreg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Configuration of pysumreg package."""

from .sum_registers import SummationRegisters
from .sum_registers import SummationRegisters # noqa

try:
from setuptools_scm import get_version
Expand Down

0 comments on commit c41483f

Please sign in to comment.