Skip to content

Commit

Permalink
removed unnecessary import of check_filename_prefix_postfix resolving…
Browse files Browse the repository at this point in the history
… bug number coala#300
  • Loading branch information
Manas-kashyap committed Nov 15, 2018
1 parent 2d275a3 commit 618a299
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions coala_quickstart/green_mode/green_mode_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
initialize_project_data,
run_quickstartbear,
)
from coala_quickstart.green_mode.filename_operations import (
check_filename_prefix_postfix,
)

PROJECT_DATA = '.project_data.yaml'

Expand Down Expand Up @@ -50,8 +47,6 @@ def green_mode(project_dir: str, ignore_globs, bears, bear_settings_obj,
The maximum number of values to run the bear again and again for
a optional setting.
"""
from coala_quickstart.green_mode.filename_operations import (
check_filename_prefix_postfix)
ignore_globs.append(os.path.join(project_dir, '.git', '**'))
project_data = project_dir + os.sep + PROJECT_DATA

Expand Down

0 comments on commit 618a299

Please sign in to comment.