Skip to content

Commit 056d781

Browse files
committed
Linux: fix up typing typo
1 parent 1458b7d commit 056d781

File tree

1 file changed

+3
-1
lines changed
  • volatility3/framework/symbols/linux/extensions

1 file changed

+3
-1
lines changed

volatility3/framework/symbols/linux/extensions/net.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,9 @@ def get_addresses(
261261

262262

263263
class inet6_dev(objects.StructType):
264-
def get_addresses(self) -> Generator[interfaces.objects.ObjectInterface]:
264+
def get_addresses(
265+
self,
266+
) -> Generator[interfaces.objects.ObjectInterface, None, None]:
265267
"""Yield the IPv6 ifaddr addresses
266268
267269
Yields:

0 commit comments

Comments
 (0)