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 26, 2024
1 parent aa54725 commit b64d628
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/582.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjusted code formatting with black 24.1
1 change: 1 addition & 0 deletions pytest_elasticsearch/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Configuration for pytest-elasticsearch."""

from pathlib import Path
from typing import Any, Optional, TypedDict

Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests main conftest file."""

import warnings

from pytest_elasticsearch import factories
Expand Down
1 change: 1 addition & 0 deletions tests/test_elastic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pytest-elasticsearch tests."""

from datetime import datetime
from pathlib import Path

Expand Down

0 comments on commit b64d628

Please sign in to comment.