Skip to content

Commit

Permalink
fix review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
JSCU-CNI committed Sep 5, 2024
1 parent 7b2061a commit e6ccbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/target/plugins/os/windows/credential/lsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from functools import cached_property
from typing import Iterator

from dissect.target.exceptions import UnsupportedPluginError
from dissect.target.exceptions import RegistryKeyNotFoundError, UnsupportedPluginError
from dissect.target.helpers.record import TargetRecordDescriptor
from dissect.target.plugin import Plugin, export

Expand Down

0 comments on commit e6ccbb7

Please sign in to comment.