Skip to content

Commit 3d6abb8

Browse files
committed
green_mode_core.py: Remove unnecessary import
Remove delayed import of function check_filename_prefix_postfix as it shadowed an identical import in module scope Closes #300
1 parent 2d275a3 commit 3d6abb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coala_quickstart/green_mode/green_mode_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def green_mode(project_dir: str, ignore_globs, bears, bear_settings_obj,
5050
The maximum number of values to run the bear again and again for
5151
a optional setting.
5252
"""
53-
from coala_quickstart.green_mode.filename_operations import (
54-
check_filename_prefix_postfix)
5553
ignore_globs.append(os.path.join(project_dir, '.git', '**'))
5654
project_data = project_dir + os.sep + PROJECT_DATA
5755

0 commit comments

Comments
 (0)