psycopg2: __nonzero__ was removed (#8863)

Fixes #8862
This commit is contained in:
Jelle Zijlstra
2022-10-06 18:23:56 -07:00
committed by GitHub
parent 8b41b1337b
commit 9733901770

View File

@@ -18,7 +18,6 @@ class Range:
def upper_inc(self): ...
def __contains__(self, x): ...
def __bool__(self): ...
def __nonzero__(self): ...
def __eq__(self, other): ...
def __ne__(self, other): ...
def __hash__(self): ...