Skip to content

Commit 259715a

Browse files
authored
Apply style fixes to comply with the latest black version (#13)
1 parent 90b9387 commit 259715a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simplefractions/test/test_simplefractions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ def test_simplest_from_float(self):
235235

236236
# Particular test pairs
237237
test_pairs = [
238-
0.3 .as_integer_ratio(),
239-
1.4 .as_integer_ratio(),
238+
(0.3).as_integer_ratio(),
239+
(1.4).as_integer_ratio(),
240240
]
241241

242242
for n, d in test_pairs:

0 commit comments

Comments
 (0)