Skip to content

Commit 1aa978a

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

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

dependencies.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
"version_amrex": "25.09",
44
"commit_amrex": "95822df1a393b39aeca5e590328e228513132159"
55
}
6-

update_dependencies.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ def update(args):
135135
args = parser.parse_args()
136136

137137
# set args.all automatically
138-
args.all = (
139-
False if (args.amrex or args.pyamrex) else True
140-
)
138+
args.all = False if (args.amrex or args.pyamrex) else True
141139

142140
# update
143141
update(args)

0 commit comments

Comments
 (0)