Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 28, 2024
1 parent 66f0d4e commit 2f91bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/_singerlib/encoding/conftest.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from __future__ import annotations # noqa: INP001
from __future__ import annotations
2 changes: 1 addition & 1 deletion tests/_singerlib/encoding/test_msgspec.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test IO operations for msgspec Singer reader and writer.""" # noqa: INP001
"""Test IO operations for msgspec Singer reader and writer."""

from __future__ import annotations

Expand Down

0 comments on commit 2f91bc1

Please sign in to comment.