flake8 compliant

This commit is contained in:
brb
2023-07-13 11:53:14 +02:00
parent 6492b22219
commit 1266204ecb
6 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ class RunnerScript(BaseModel):
if __name__ == '__main__':
path = Path(__file__).parent.parent / 'runner_script.yml'
rs = RunnerScript.from_file(path)
print(rs)
print(rs)