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 f1b1bd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/422.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjusted code formatting to black 24.1
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 f1b1bd4

Please sign in to comment.