Skip to content

Commit

Permalink
Reduce imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira committed Jan 2, 2024
1 parent 0d934d4 commit e4c4469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions volatility3/framework/plugins/linux/kmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
renderers,
)
from volatility3.framework.configuration import requirements
from volatility3.framework.interfaces import plugins
from volatility3.framework.objects import utility

vollog = logging.getLogger(__name__)
Expand Down Expand Up @@ -483,7 +482,7 @@ def run(self) -> Iterator[Tuple[str, str, str, str, str]]:
cur_id &= desc_id_mask


class Kmsg(plugins.PluginInterface):
class Kmsg(interfaces.plugins.PluginInterface):
"""Kernel log buffer reader"""

_required_framework_version = (2, 0, 0)
Expand Down

0 comments on commit e4c4469

Please sign in to comment.