Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 14, 2021
1 parent e1a763b commit 568723e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

import click
from termcolor import colored
from click.types import Path
from src.util import (find_related_plugin_folder, find_related_test,
force_kibana_root, get_modified_files)
from termcolor import colored


@click.command(help="""Runs quick checks for your modified files. Useful to run before committing""")
Expand Down

0 comments on commit 568723e

Please sign in to comment.