mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Flake8 fixes
This commit is contained in:
parent
2cda64245e
commit
2dee66133d
3 changed files with 16 additions and 17 deletions
|
@ -45,6 +45,7 @@ def load(configuration, logger):
|
|||
collection_class = Collection
|
||||
else:
|
||||
collection_class = import_module(storage_type).Collection
|
||||
|
||||
class CollectionCopy(collection_class):
|
||||
"""Collection copy, avoids overriding the original class attributes."""
|
||||
CollectionCopy.configuration = configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue