mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
port_utils: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
class PortUtils():
|
class PortUtils:
|
||||||
def __init__(self, local_realm):
|
def __init__(self, local_realm):
|
||||||
self.local_realm = local_realm
|
self.local_realm = local_realm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user