Skip to content

Commit

Permalink
Remove is_git_project from import
Browse files Browse the repository at this point in the history
  • Loading branch information
flixx committed Jan 7, 2019
1 parent 3ae4840 commit ab5536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_migration_linter/migration_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .cache import Cache
from .constants import DEFAULT_CACHE_PATH, MIGRATION_FOLDER_NAME
from .migration import Migration
from .utils import is_directory, is_django_project, is_git_project, clean_bytes_to_str
from .utils import is_directory, is_django_project, clean_bytes_to_str
from .sql_analyser import analyse_sql_statements

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ab5536c

Please sign in to comment.