mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
lint
This commit is contained in:
parent
6de7ab82ca
commit
8b1c4592db
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import six
|
|||
from unpaddedbase64 import encode_base64
|
||||
|
||||
from OpenSSL import crypto
|
||||
from twisted.internet._sslverify import trustRootFromCertificates, Certificate
|
||||
from twisted.internet._sslverify import Certificate, trustRootFromCertificates
|
||||
|
||||
from synapse.config._base import Config, ConfigError
|
||||
|
||||
|
|
Loading…
Reference in a new issue