Skip to content

Commit 26fb69f

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

‎mypy/build.py‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,10 +2389,7 @@ def write_cache(
23892389
# processing logic depending on whether they are enabled or disabled.
23902390
# * In parallel run they are always on, and we give an error if a user
23912391
# tries to disable them.
2392-
extra_options = {
2393-
"local_partial_types": local_partial_types,
2394-
"is_parallel": is_parallel,
2395-
}
2392+
extra_options = {"local_partial_types": local_partial_types, "is_parallel": is_parallel}
23962393
meta = CacheMeta(
23972394
id=id,
23982395
path=path,

0 commit comments

Comments
 (0)