[black] Reformat to use 88 line lengths
This commit is contained in:
@ -20,9 +20,7 @@ def import_from_webdav_for_all_users(restart=False):
|
||||
webdav_pass__isnull=False,
|
||||
webdav_auto_import=True,
|
||||
).values_list("user_id", flat=True)
|
||||
logger.info(
|
||||
f"Start import of {webdav_enabled_user_ids.count()} webdav accounts"
|
||||
)
|
||||
logger.info(f"Start import of {webdav_enabled_user_ids.count()} webdav accounts")
|
||||
|
||||
koreader_import_count = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user