Commit 42be45f4 authored by Michal Čihař's avatar Michal Čihař

Fix import ordering

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ef02675d
......@@ -18,9 +18,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from weblate.trans.models import Unit, Change, SubProject
from django.core.exceptions import PermissionDenied
from weblate.trans.models import Unit, Change, SubProject
def auto_translate(user, translation, source, inconsistent, overwrite):
updated = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment