Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Aug 30, 2023
1 parent d42c842 commit 7ae1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiopg/sa/result.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import weakref
from collections.abc import Mapping, Sequence
from typing import Tuple, Dict, List, Union
from typing import Dict, List, Tuple, Union

from sqlalchemy.dialects.postgresql.base import PGDialect
from sqlalchemy.sql import expression, sqltypes
Expand Down

0 comments on commit 7ae1a58

Please sign in to comment.