From 5870c5b7d2f6a7cabcab848d7ade8a16f9a79f26 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 23 Feb 2020 12:13:15 +0100 Subject: [PATCH] [mod] Sort imports: external, duniterpy, silkaj --- silkaj/auth.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/silkaj/auth.py b/silkaj/auth.py index 5d55bb4a..d80fc729 100644 --- a/silkaj/auth.py +++ b/silkaj/auth.py @@ -16,13 +16,15 @@ along with Silkaj. If not, see <https://www.gnu.org/licenses/>. """ import re -from silkaj.tools import message_exit from click import command, option, pass_context, confirm from getpass import getpass from pathlib import Path + from duniterpy.key import SigningKey from duniterpy.key.scrypt_params import ScryptParams +from silkaj.tools import message_exit + @pass_context def auth_method(ctx): -- GitLab