Skip to content

Commit a196140

Browse files
authored
Merge pull request #1320 from dgmcdona/dgmcdona/linux_pagecache_missing_iter_implementation
Linux: Extensions - removes abc.Iterable definition
2 parents 62aa9c1 + 4c2d2f9 commit a196140

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
10041004
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)
10051005

10061006

1007-
class hlist_head(objects.StructType, collections.abc.Iterable):
1007+
class hlist_head(objects.StructType):
10081008
def to_list(
10091009
self,
10101010
symbol_type: str,

0 commit comments

Comments
 (0)