Skip to content

Commit acbf30d

Browse files
committed
Suppress type warning for mismatched base class definition
1 parent 58ec576 commit acbf30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/neutron-understack/neutron_understack/neutron_understack_mech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class UnderstackDriver(MechanismDriver):
3131
resource_provider_uuid5_namespace = UUID("6eae3046-4072-11ef-9bcf-d6be6370a162")
3232

3333
@property
34-
def connectivity(self):
34+
def connectivity(self): # type: ignore
3535
return portbindings.CONNECTIVITY_L2
3636

3737
def initialize(self):

0 commit comments

Comments
 (0)