79236866

Date: 2024-11-29 11:13:56
Score: 2
Natty:
Report link

Parcheamos la importación de Hashable e Iterator

import collections from collections.abc import Hashable, Iterator

Aseguramos que el módulo 'collections' tenga las referencias correctas

setattr(collections, 'Hashable', Hashable) setattr(collections, 'Iterator', Iterator)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bastian alexis mamani yucra