This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
riakcached
mirror of
https://github.com/brettlangdon/riakcached.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
remove usless return
master
Brett Langdon
12 years ago
parent
fd7f72835d
commit
f89d258f2a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
riakcached/pools.py
+ 0
- 1
riakcached/pools.py
View File
@ -65,4 +65,3 @@ class Urllib3Pool(Pool):
raise
exceptions
.
RiakcachedTimeout
(
e
.
message
)
except
urllib3
.
exceptions
.
HTTPError
,
e
:
raise
exceptions
.
RiakcachedConnectionError
(
e
.
message
)
return
None
,
None
,
None
Write
Preview
Loading…
Cancel
Save