replace some typing.* constructs with native ones
This commit is contained in:
@@ -34,7 +34,7 @@ class ControlApp(capport.comm.hub.HubApplication):
|
||||
|
||||
def apply_db_entries(
|
||||
self,
|
||||
entries: typing.Iterable[typing.Tuple[cptypes.MacAddress, capport.database.MacEntry]],
|
||||
entries: typing.Iterable[tuple[cptypes.MacAddress, capport.database.MacEntry]],
|
||||
) -> None:
|
||||
# deploy changes to netfilter set
|
||||
inserts = []
|
||||
|
||||
Reference in New Issue
Block a user