This commit is contained in:
Thomas Jackson 2014-04-25 09:19:24 -07:00
parent 8834b8f667
commit 41cf259b7e

View File

@ -74,8 +74,6 @@ def get_local_client(
elif opts['transport'] == 'zeromq':
return LocalClient(mopts=opts)
class Foo(object):
pass
class LocalClient(object):
'''