Skip to content

Commit 1ba962a

Browse files
Linting
1 parent f730766 commit 1ba962a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bmemcached/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(self, server, username=None, password=None, compression=None, socke
124124
self.set_retry_delay(0)
125125

126126
def __str__(self):
127-
return "{}_{}_{}".format(self.server, self._username, self._password)
127+
return "{}_{}_{}".format(self.server, self._username, self._password)
128128

129129
@property
130130
def server_uses_unix_socket(self):

test/test_distributed_client_hashing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import bmemcached
33

44

5-
65
class DistributedClientHashingTest(unittest.TestCase):
76
def test_get_server_is_consistent(self):
87
key = 'the_key'

0 commit comments

Comments
 (0)