Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Mar 11, 2016
1 parent 65099b9 commit 17c5d30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gns3server/controller/udp_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@


class UDPLink(Link):
pass

@asyncio.coroutine
def create(self):
"""
Expand Down Expand Up @@ -58,4 +56,3 @@ def create(self):
"type": "nio_udp"
}
yield from vm2.post("/adapters/{adapter_number}/ports/{port_number}/nio".format(adapter_number=adapter_number2, port_number=port_number2), data=data)

0 comments on commit 17c5d30

Please sign in to comment.