From 84ef16e6b27cb34c95f99225bb553529aeed8f49 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Sun, 12 Mar 2023 22:57:39 +0800 Subject: [PATCH] fix: lint --- book_maker/obok.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/book_maker/obok.py b/book_maker/obok.py index a7fadf4..350def0 100644 --- a/book_maker/obok.py +++ b/book_maker/obok.py @@ -196,8 +196,18 @@ class ENCRYPTIONError(Exception): def _load_crypto_libcrypto(): - from ctypes import (CDLL, POINTER, Structure, c_char_p, c_int, c_long, - c_ulong, c_void_p, cast, create_string_buffer) + from ctypes import ( + CDLL, + POINTER, + Structure, + c_char_p, + c_int, + c_long, + c_ulong, + c_void_p, + cast, + create_string_buffer, + ) from ctypes.util import find_library if sys.platform.startswith("win"):