Skip to content

Commit a7f961f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a6cc76e commit a7f961f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mypyc/irbuild/builder.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,7 @@ def add_bool_branch(
385385
opt_value_none_rare: bool = False,
386386
) -> None:
387387
self.builder.add_bool_branch(
388-
value,
389-
true,
390-
false,
391-
rare=rare,
392-
opt_value_none_rare=opt_value_none_rare,
388+
value, true, false, rare=rare, opt_value_none_rare=opt_value_none_rare
393389
)
394390

395391
def load_native_type_object(self, fullname: str) -> Value:

0 commit comments

Comments
 (0)