tests docs: update python3 venv packages
[vpp.git] / src / vpp-api / python / vpp_papi / macaddress.py
index 8799bd7..66349a3 100644 (file)
@@ -53,7 +53,6 @@ class MACAddress:
         return "%s(%s)" % (self.__class__.__name__, self.mac_string)
 
     def __eq__(self, other):
-
         if not isinstance(other, MACAddress):
             try:
                 # if it looks like a mac address, we'll take it.