Skip to content

Commit

Permalink
Merge pull request #2734 from AntonKyrychekCrit/function_not_abs_method
Browse files Browse the repository at this point in the history
Node is not an abstract method anymore
  • Loading branch information
coleifer committed May 30, 2023
2 parents 79b6ebe + cbd45fa commit d33dfab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ def _query_val_transform(v):


class Node(object):
__isabstractmethod__ = False
_coerce = True

def clone(self):
Expand Down

0 comments on commit d33dfab

Please sign in to comment.