Skip to content

Commit 316da74

Browse files
jameslambjeffwidman
authored andcommitted
remove unused imports
1 parent f5a99fa commit 316da74

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15-
import sys
1615
import os
1716

1817
# If extensions (or modules to document with autodoc) are in another directory,

kafka/client_async.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import collections
44
import copy
5-
import functools
65
import logging
76
import random
87
import socket

kafka/coordinator/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import abc
44
import copy
55
import logging
6-
import sys
76
import threading
87
import time
98
import weakref

kafka/scram.py

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def create_salted_password(self, salt, iterations):
7171
)
7272

7373
def final_message(self):
74-
client_final_no_proof = 'c=biws,r=' + self.nonce
7574
return 'c=biws,r={},p={}'.format(self.nonce, base64.b64encode(self.client_proof).decode('utf-8'))
7675

7776
def process_server_final_message(self, server_final_message):

0 commit comments

Comments
 (0)