[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] 2021-12-01 18:11:05 +00:00
parent a603c6073e
commit 30db9f6461

View file

@ -18,6 +18,7 @@ skip_darwin = pytest.mark.skipif(
reason='case conflicts between directories and files', reason='case conflicts between directories and files',
) )
def test_parents(): def test_parents():
assert set(parents('a')) == set() assert set(parents('a')) == set()
assert set(parents('a/b')) == {'a'} assert set(parents('a/b')) == {'a'}