Skip to content

Commit

Permalink
Updating formatting according to black 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jan 29, 2024
1 parent e8b2f33 commit 00fd88d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Define dummy app for tests."""

from typing import Any, Dict

from pyramid.config import Configurator
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Conftest module."""

from pytest_pyramid.plugin import * # noqa: F403
1 change: 1 addition & 0 deletions tests/test_fixture.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Testing fixtures."""

import pytest
from _pytest.fixtures import FixtureRequest
from pyramid.config import Configurator
Expand Down

0 comments on commit 00fd88d

Please sign in to comment.