We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdf579 commit d0449cbCopy full SHA for d0449cb
plaso/cli/psort_tool.py
@@ -13,9 +13,6 @@
13
# The following import makes sure the filters are registered.
14
from plaso import filters # pylint: disable=unused-import
15
16
-# The following import makes sure the formatters are registered.
17
-from plaso import formatters # pylint: disable=unused-import
18
-
19
# The following import makes sure the output modules are registered.
20
from plaso import output # pylint: disable=unused-import
21
0 commit comments