[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-05-15 08:51:35 +00:00
parent b366d6b63f
commit e95942d61b
32 changed files with 93 additions and 107 deletions

View File

@@ -56,7 +56,7 @@ def test_set_overwrite():
def test_unset_no_mutate():
conf = {"a": "b"}
new_conf = config.unset_item_from_config(conf, "a")
config.unset_item_from_config(conf, "a")
assert conf == {"a": "b"}