From: Sergey Matveev Date: Fri, 24 Jul 2020 17:02:44 +0000 (+0300) Subject: Fix imports sorting X-Git-Tag: 4.9~8 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=a63f78066756e6959b7bcbc52738f2ff4a03a308 Fix imports sorting --- diff --git a/pygost/test_mgm.py b/pygost/test_mgm.py index 0d692b6..56cfda0 100644 --- a/pygost/test_mgm.py +++ b/pygost/test_mgm.py @@ -18,8 +18,8 @@ from os import urandom from random import randint from unittest import TestCase -from pygost.gost3412 import GOST3412Magma from pygost.gost3412 import GOST3412Kuznechik +from pygost.gost3412 import GOST3412Magma from pygost.mgm import MGM from pygost.mgm import nonce_prepare from pygost.utils import hexdec