test: fix all pylint issues

This commit is contained in:
Michael Vogt 2024-01-02 12:24:04 +01:00 committed by Simon de Vlieger
parent 7f3dbb2e2d
commit 57b5c7994e
15 changed files with 18 additions and 35 deletions

View file

@ -348,4 +348,3 @@ def test_object_export_preserves_override(tmp_path, object_store):
assert expected_exported_path.exists()
assert expected_exported_path.stat().st_uid == 0
assert expected_exported_path.stat().st_gid == 0