Skip to content

Commit 9327852

Browse files
committed
Escape a vicious cycle of black-isort battle
1 parent 5777298 commit 9327852

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

python-http-server/https/self_signed.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
from dataclasses import dataclass
33
from pathlib import Path
44

5-
from OpenSSL.crypto import (FILETYPE_PEM, TYPE_RSA, X509, PKey,
6-
dump_certificate, dump_privatekey)
5+
from OpenSSL.crypto import (
6+
FILETYPE_PEM,
7+
TYPE_RSA,
8+
X509,
9+
PKey,
10+
dump_certificate,
11+
dump_privatekey,
12+
)
713

814

915
@dataclass(frozen=True)

0 commit comments

Comments
 (0)