Skip to content

Commit

Permalink
formatting, ruff exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Apr 16, 2024
1 parent a29adbd commit 16545ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paracelsus/pyproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

try:
import tomllib
except:
except: # noqa: E722
import toml as tomllib


Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

UTC = timezone.utc


@pytest.fixture
def metaclass():
Base = declarative_base()
Expand Down

0 comments on commit 16545ee

Please sign in to comment.