mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-29 01:42:37 +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
|
||||
|
||||
class PortUtils():
|
||||
class PortUtils:
|
||||
def __init__(self, local_realm):
|
||||
self.local_realm = local_realm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user