From af0c67aa8d081282be735569a3cba2ad86482b7f Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Fri, 26 Apr 2024 16:20:54 +0100 Subject: [PATCH] Flake8 formatting --- nmostesting/NMOSTesting.py | 2 +- nmostesting/suites/IS1401Test.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nmostesting/NMOSTesting.py b/nmostesting/NMOSTesting.py index 6e53095c..e316f99a 100644 --- a/nmostesting/NMOSTesting.py +++ b/nmostesting/NMOSTesting.py @@ -391,7 +391,7 @@ "class": IS1202Test.IS1202Test, "urlpath": True }, - "IS-14-01" : { + "IS-14-01": { "name": "IS-14 Configuration", "specs": [{ "spec_key": "is-14", diff --git a/nmostesting/suites/IS1401Test.py b/nmostesting/suites/IS1401Test.py index 878ae34b..213e132d 100644 --- a/nmostesting/suites/IS1401Test.py +++ b/nmostesting/suites/IS1401Test.py @@ -14,6 +14,7 @@ from ..GenericTest import GenericTest + class IS1401Test(GenericTest): """ Runs IS-04-01-Test @@ -23,11 +24,11 @@ def __init__(self, apis, auths, **kwargs): def set_up_tests(self): pass - + def tear_down_tests(self): pass - + def test_01(self, test): """First test""" - return test.UNCLEAR("Noting was tested.") \ No newline at end of file + return test.UNCLEAR("Noting was tested.")