tests docs: update python3 venv packages
[vpp.git] / test / vpp_vhost_interface.py
index a20504b..dfa9ab6 100644 (file)
@@ -20,7 +20,6 @@ class VppVhostInterface(VppInterface):
         mac_address="",
         tag="",
     ):
-
         """Create VPP Vhost interface"""
         super(VppVhostInterface, self).__init__(test)
         self.is_server = is_server