Linted code using isort + autoflake + black, fixed wrong use of Optional[bool]

This commit is contained in:
Nex
2023-06-01 23:40:26 +02:00
parent c2d740ed36
commit e1677639c4
139 changed files with 3751 additions and 2274 deletions

View File

@@ -14,7 +14,9 @@ from ..utils import get_artifact_folder
class TestAndroidqfProcessesAnalysis:
def test_androidqf_processes(self):
m = Processes(target_path=os.path.join(get_artifact_folder(), "androidqf"), log=logging)
m = Processes(
target_path=os.path.join(get_artifact_folder(), "androidqf"), log=logging
)
run_module(m)
assert len(m.results) == 15
assert len(m.timeline) == 0