Skip to content

Commit d3ed515

Browse files
committed
fixing black formatting now that COM812 is disabled
1 parent b01af76 commit d3ed515

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

screenpy/actions/eventually.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ class _TimeframeBuilder:
5252
"""Build a timeframe, combining numbers and units."""
5353

5454
def __init__(
55-
self,
56-
eventually: Eventually,
57-
amount: float,
58-
attribute: str,
55+
self, eventually: Eventually, amount: float, attribute: str
5956
) -> None:
6057
self.eventually = eventually
6158
self.amount = amount

0 commit comments

Comments
 (0)