Skip to content

Commit b89ca53

Browse files
author
Michele Comitini
committed
blacken buffer
1 parent 4bf1bf1 commit b89ca53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/localization/test_it.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ def diff_for_humans():
6464
assert d2.diff_for_humans(d, locale=locale) == "alcuni secondi prima"
6565

6666
assert d.diff_for_humans(d2, True, locale=locale) == "alcuni secondi"
67-
assert (
68-
d2.diff_for_humans(d.add(seconds=1), True, locale=locale) == "alcuni secondi"
69-
)
67+
assert d2.diff_for_humans(d.add(seconds=1), True, locale=locale) == "alcuni secondi"
7068

7169

7270
def test_format():

0 commit comments

Comments
 (0)