From 6283a8f948c9ff02fcb1e08eccdda859c34b45e3 Mon Sep 17 00:00:00 2001 From: Lili Date: Mon, 9 Jan 2023 15:21:20 +0100 Subject: [PATCH] split long line in db.py --- tlapbot/db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tlapbot/db.py b/tlapbot/db.py index 0dac1ec..21aec9e 100644 --- a/tlapbot/db.py +++ b/tlapbot/db.py @@ -100,7 +100,8 @@ def clear_queue_command(): @click.command('refresh-counters') @with_appcontext def refresh_counters_command(): - """Refresh counters from current config file. (Remove old ones, add new ones.)""" + """Refresh counters from current config file. + (Remove old ones, add new ones.)""" refresh_counters() click.echo('Counters refreshed.')