Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 818dc5d commit d4af1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.. _editable: https://github.com/pypa/packaging-problems/issues/256#issuecomment-504790004
"""

from setuptools import setup

setup()
1 change: 1 addition & 0 deletions src/phill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
templates
"""

from ._version import __version__ # noqa: F401
from .output import Output
from .solver import Simul
Expand Down

0 comments on commit d4af1d6

Please sign in to comment.