Skip to content

Commit 8410c90

Browse files
author
James William Pye
committed
Just in case.
1 parent dad5bb1 commit 8410c90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

postgresql/driver/dbapi20.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def fetchone(self):
113113

114114
def __next__(self):
115115
return next(self._portal)
116+
next = __next__
116117
def __iter__(self):
117118
return self
118119

0 commit comments

Comments
 (0)