We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40e854 commit e2ed3ebCopy full SHA for e2ed3eb
typed_descriptors/base.py
@@ -44,7 +44,6 @@ def is_dict_available(cls: Any) -> bool:
44
# - docs.python.org/3/reference/datamodel.html#object.__mro_entries__
45
# - docs.python.org/3/library/types.html#types.get_original_bases
46
bases = get_original_bases(cls)
47
- print(cls, bases)
48
for base in bases:
49
if is_dict_available(base):
50
return True
0 commit comments