Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Jerin J Titus <72017981+jerinjtitus@users.noreply.github.com>
  • Loading branch information
jerinjtitus committed Feb 3, 2021
1 parent 6a359e5 commit 5de842c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts-dev/convert_server_keys.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import hashlib
import json
import sys
import time
Expand Down
3 changes: 0 additions & 3 deletions synapse/config/tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
import os
import warnings
from datetime import datetime
from hashlib import sha256
from typing import List, Optional

from unpaddedbase64 import encode_base64

from OpenSSL import SSL, crypto
from twisted.internet._sslverify import Certificate, trustRootFromCertificates

Expand Down

0 comments on commit 5de842c

Please sign in to comment.