Skip to content

Commit d0449cb

Browse files
committed
Removed unused formatters import log2timeline#444
1 parent cfdf579 commit d0449cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plaso/cli/psort_tool.py

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
# The following import makes sure the filters are registered.
1414
from plaso import filters # pylint: disable=unused-import
1515

16-
# The following import makes sure the formatters are registered.
17-
from plaso import formatters # pylint: disable=unused-import
18-
1916
# The following import makes sure the output modules are registered.
2017
from plaso import output # pylint: disable=unused-import
2118

0 commit comments

Comments
 (0)