summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattori Birnbaum <mattori.birnbaum@gmail.com>2021-05-10 20:13:56 +0900
committerChristian Geier <geier@lostpackets.de>2023-10-28 16:40:56 +0200
commit98eae0a9db49c14b593de7f765dfb82de236f124 (patch)
treed525110a74cd332f60dec40f7c90d33c21a82784
parenta80fdaad1f58998fa6e7549e6692b254e5fd3de8 (diff)
fix long lines
-rw-r--r--khal/utils.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/khal/utils.py b/khal/utils.py
index 4c83557b..fae820b2 100644
--- a/khal/utils.py
+++ b/khal/utils.py
@@ -215,12 +215,13 @@ def human_formatter(format_string, width=None, colors=True):
CONTENT_ATTRIBUTES = ['start', 'start-long', 'start-date', 'start-date-long',
'start-time', 'end', 'end-long', 'end-date', 'end-date-long', 'end-time',
- 'duration', 'start-full', 'start-long-full', 'start-date-full', 'start-date-long-full',
- 'start-time-full', 'end-full', 'end-long-full', 'end-date-full', 'end-date-long-full', 'end-time-full',
- 'duration-full', 'start-style', 'end-style', 'to-style', 'start-end-time-style',
- 'end-necessary', 'end-necessary-long', 'repeat-symbol', 'repeat-pattern', 'title',
- 'organizer', 'description', 'location', 'all-day', 'categories', 'uid', 'url', 'calendar', 'calendar-color',
- 'status', 'cancelled']
+ 'duration', 'start-full', 'start-long-full', 'start-date-full',
+ 'start-date-long-full', 'start-time-full', 'end-full', 'end-long-full',
+ 'end-date-full', 'end-date-long-full', 'end-time-full', 'duration-full',
+ 'start-style', 'end-style', 'to-style', 'start-end-time-style',
+ 'end-necessary', 'end-necessary-long', 'repeat-symbol', 'repeat-pattern',
+ 'title', 'organizer', 'description', 'location', 'all-day', 'categories',
+ 'uid', 'url', 'calendar', 'calendar-color', 'status', 'cancelled']
def json_formatter(fields):