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