Skip to content

Commit

Permalink
Import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Feb 25, 2021
1 parent 2f16031 commit 675c57e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/devdata/engine.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import subprocess

from django.db import connections
from django.conf import settings
from django.core.management.color import no_style
from django.db import connections

from .strategies import Exportable
from .utils import (
psql,
progress,
to_model,
get_all_models,
schema_file_path,
to_app_model_label,
get_pg_connection_args,
migrations_file_path,
progress,
psql,
schema_file_path,
sort_model_strategies,
get_pg_connection_args,
to_app_model_label,
to_model,
)
from .strategies import Exportable


def validate_strategies(only=None):
Expand Down

0 comments on commit 675c57e

Please sign in to comment.