Skip to content

Commit ee3d965

Browse files
committed
Revert changes to configuration.py
1 parent 296cb3c commit ee3d965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

volatility3/framework/interfaces/configuration.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
Set,
3838
)
3939

40-
import volatility3
41-
from volatility3 import framework
40+
from volatility3 import classproperty, framework
4241
from volatility3.framework import constants, interfaces
4342

4443
CONFIG_SEPARATOR = "."
@@ -806,7 +805,7 @@ def __init__(self, *args, **kwargs):
806805
framework.require_interface_version(*self._required_framework_version)
807806
super().__init__(*args, **kwargs)
808807

809-
@volatility3.classproperty
808+
@classproperty
810809
def version(cls) -> Tuple[int, int, int]:
811810
"""The version of the current interface (classmethods available on the component).
812811

0 commit comments

Comments
 (0)