Skip to content

Commit 00c1449

Browse files
committed
upgrade black
1 parent d391472 commit 00c1449

File tree

2 files changed

+80
-42
lines changed

2 files changed

+80
-42
lines changed

Pipfile.lock

Lines changed: 78 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vdir_test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ def _normalize_ical(ical: bytes) -> bytes:
3131
return ical.replace(b"\n", b"\r\n")
3232

3333

34-
_SINGLE_EVENT_ICAL = _normalize_ical(
35-
b"""BEGIN:VEVENT
34+
_SINGLE_EVENT_ICAL = _normalize_ical(b"""BEGIN:VEVENT
3635
SUMMARY:party
3736
DTSTART:20201024T100000Z
3837
DTEND:20201026T120000Z
@@ -46,8 +45,7 @@ def _normalize_ical(ical: bytes) -> bytes:
4645
STATUS:CONFIRMED
4746
TRANSP:OPAQUE
4847
END:VEVENT
49-
"""
50-
)
48+
""")
5149

5250
# pylint: disable=protected-access
5351

0 commit comments

Comments
 (0)