InvokeAI/invokeai/app/services/bulk_download
psychedelicious 38af234108 tidy(bulk_download): use single underscore for private attrs
Double underscores are used in the app but it doesn't actually do or convey anything that single underscores don't already do. Considered unpythonic except for actual dunder/magic methods.
2024-03-01 10:42:33 +11:00
..
__init__.py groundwork for the bulk_download_service 2024-03-01 10:42:33 +11:00
bulk_download_base.py tidy(bulk_download): remove extraneous abstract methods 2024-03-01 10:42:33 +11:00
bulk_download_common.py reworking some of the logic to use a default room, adding endpoint to download file on complete 2024-03-01 10:42:33 +11:00
bulk_download_default.py tidy(bulk_download): use single underscore for private attrs 2024-03-01 10:42:33 +11:00