From abff246c6af8bf64fce12e5f95fd54e3787d470b Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 3 Feb 2022 16:11:38 +0800 Subject: Reformat w/ black --- jimbrella/admin_log.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jimbrella/admin_log.py') diff --git a/jimbrella/admin_log.py b/jimbrella/admin_log.py index bb57787..3a390a1 100644 --- a/jimbrella/admin_log.py +++ b/jimbrella/admin_log.py @@ -108,7 +108,9 @@ class AdminLog: ) elif event == "ADMIN_MODIFY_DB": if not entry["past_value"]: - description = "{admin_name} set {column} of umbrella #{id} to {new_value}." + description = ( + "{admin_name} set {column} of umbrella #{id} to {new_value}." + ) elif not entry["new_value"]: description = "{admin_name} cleared {column} of umbrella #{id} (was {past_value})." else: -- cgit v1.2.3