Skip to content

Commit e02ab8b

Browse files
committed
set specific value
1 parent c5f2c8b commit e02ab8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/psutil/psutil/_pslinux.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if sys.platform == "linux":
5151
DISK_SECTOR_SIZE: Final = 512
5252

5353
class AddressFamily(enum.IntEnum):
54-
AF_LINK: Final[int]
54+
AF_LINK = 17 # = socket.AF_PACKET
5555

5656
AF_LINK: Final = AddressFamily.AF_LINK
5757

0 commit comments

Comments
 (0)