port_utils: Remove redundant parentheses

Signed-off-by: matthew <stidmatt@gmail.com>
This commit is contained in:
matthew
2021-12-03 07:48:50 -08:00
parent 79d895024d
commit 75cbc8d440

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
class PortUtils():
class PortUtils:
def __init__(self, local_realm):
self.local_realm = local_realm