Skip to content

Commit

Permalink
Removed unused formatters import log2timeline#444
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 1, 2021
1 parent 55f85ac commit 12e4cd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plaso/cli/psort_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# The following import makes sure the filters are registered.
from plaso import filters # pylint: disable=unused-import

# The following import makes sure the formatters are registered.
from plaso import formatters # pylint: disable=unused-import

# The following import makes sure the output modules are registered.
from plaso import output # pylint: disable=unused-import

Expand Down

0 comments on commit 12e4cd3

Please sign in to comment.