Antilint
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Olivier 'reivilibre' 2021-10-01 00:10:03 +01:00
parent 8e567863ec
commit a2c98b16fe
2 changed files with 1 additions and 2 deletions

View File

@ -283,7 +283,7 @@ kind = {{ stdout = "blahblah.txt" }}
self.assertEqual(len(contents), 1)
key, value = next(iter(contents.items()))
self.assertTrue(key.startswith(f"srca+"))
self.assertTrue(key.startswith("srca+"))
self.assertIsInstance(value, DirectoryDescriptor)
key, value = next(iter(value.contents.items()))

View File

@ -1,4 +1,3 @@
import random
import subprocess
from pathlib import Path
from random import Random