From ceb08808e144d2af7da2e0b9cc692e49b5324ef8 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 6 Dec 2021 16:32:56 -0800 Subject: [PATCH] dataplane_test_profile: Unused variable Signed-off-by: Matthew Stidham --- py-json/dataplane_test_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/dataplane_test_profile.py b/py-json/dataplane_test_profile.py index 77004472..0ec6f35a 100644 --- a/py-json/dataplane_test_profile.py +++ b/py-json/dataplane_test_profile.py @@ -39,7 +39,7 @@ class DataPlaneTest(ChamberViewBase): def main(): - obj = DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True) + DataPlaneTest(lfclient_host="localhost", lfclient_port=8080, debug_=True) if __name__ == '__main__':