dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

[Chore]: Module Update #48

Open Ddilibe opened 1 year ago

Ddilibe commented 1 year ago

Updated the import directory for a module. The module for importing Iterable was changed from from collection import Iterable

to

from collection.abc import Iterable