From a63f78066756e6959b7bcbc52738f2ff4a03a308 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 24 Jul 2020 20:02:44 +0300 Subject: [PATCH] Fix imports sorting --- pygost/test_mgm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0