Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit b75004b

Browse files
committed
Trim the comment
1 parent c708bb7 commit b75004b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

databases/backends/postgres.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def __iter__(self) -> typing.Iterator:
9696
def __len__(self) -> int:
9797
return len(self._column_map)
9898

99-
# TODO (?) Nice __repr__
100-
10199

102100
class PostgresConnection(ConnectionBackend):
103101
def __init__(self, database: PostgresBackend, dialect: Dialect):

0 commit comments

Comments
 (0)