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 77f9b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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 77f9b9b

Please sign in to comment.