mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Pep8
This commit is contained in:
@ -24,8 +24,8 @@ class EthernetAdapter(Adapter):
|
||||
VPCS Ethernet adapter.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
Adapter.__init__(self, interfaces=1)
|
||||
def __init__(self, interfaces=1):
|
||||
Adapter.__init__(self, interfaces=interfaces)
|
||||
|
||||
def __str__(self):
|
||||
|
||||
|
Reference in New Issue
Block a user