Bump ifaddr to 0.2.0 (#93377)

This commit is contained in:
J. Nick Koston 2023-05-23 07:18:26 -05:00 committed by GitHub
parent bb8dfc9470
commit 28fa6f541f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 7 deletions

View file

@ -24,7 +24,7 @@ class Adapter(TypedDict):
"""Configured network adapters."""
name: str
index: int
index: int | None
enabled: bool
auto: bool
default: bool