Skip to content

Commit b95a252

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d241340 commit b95a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psqlpy_piccolo/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class PSQLPyEngine(Engine[PostgresTransaction]):
352352
engine_type = "postgres"
353353
min_version_number = 10
354354

355-
def __init__( # noqa: PLR0913
355+
def __init__(
356356
self: Self,
357357
config: dict[str, Any],
358358
extensions: Sequence[str] = ("uuid-ossp",),

0 commit comments

Comments
 (0)