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 Nov 28, 2023
1 parent 6d259f3 commit 4a41d97
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion procrastinate/psycopg3_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
import functools
import logging
import re
from typing import Any, Callable, Coroutine, Dict, Iterable, List, LiteralString, Optional
from typing import (
Any,
Callable,
Coroutine,
Dict,
Iterable,
List,
LiteralString,
Optional,
)

import psycopg
import psycopg.errors
Expand Down

0 comments on commit 4a41d97

Please sign in to comment.