Skip to content

Commit

Permalink
Removed unused formatters import #444 (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Jan 5, 2021
1 parent b3b997a commit 74a334c
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 74a334c

Please sign in to comment.