From 75cbc8d440a2edc4c8a4930b6513b0006b87e18a Mon Sep 17 00:00:00 2001 From: matthew Date: Fri, 3 Dec 2021 07:48:50 -0800 Subject: [PATCH] port_utils: Remove redundant parentheses Signed-off-by: matthew --- py-json/port_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/port_utils.py b/py-json/port_utils.py index 7e4d49a2..1b274c2f 100644 --- a/py-json/port_utils.py +++ b/py-json/port_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -class PortUtils(): +class PortUtils: def __init__(self, local_realm): self.local_realm = local_realm