Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 74b060b commit 10efe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicfg/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def read(
user_presets = read_user_config.pop("presets", ())
user_configs.append(read_user_config)
user_presets_configs.extend(self._read_presets(user_presets))

configs = (
self_config,
*tuple(user_presets_configs),
Expand Down

0 comments on commit 10efe52

Please sign in to comment.