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 Feb 10, 2025
1 parent 8fc2ccc commit e373189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psqlpy_piccolo/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class PSQLPyEngine(Engine[PostgresTransaction]):
engine_type = "postgres"
min_version_number = 10

def __init__( # noqa: PLR0913
def __init__(
self: Self,
config: dict[str, Any],
extensions: Sequence[str] = ("uuid-ossp",),
Expand Down

0 comments on commit e373189

Please sign in to comment.