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

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Oct 22, 2015
1 parent ac4e086 commit 35f7f14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions tchannel/thrift/request.py
Expand Up @@ -20,6 +20,7 @@

from __future__ import absolute_import, print_function, unicode_literals

from tchannel.errors import ValueExpectedError
from tchannel.serializer.thrift import ThriftSerializer


Expand Down
3 changes: 0 additions & 3 deletions tchannel/thrift/rw.py
Expand Up @@ -30,7 +30,6 @@

from tchannel.status import OK, FAILED
from tchannel.errors import OneWayNotSupportedError
from tchannel.errors import ValueExpectedError
from tchannel.response import Response, response_from_mixed
from tchannel.serializer.thrift import ThriftSerializer

Expand Down Expand Up @@ -366,5 +365,3 @@ def handle(request):
handle.__name__ = function.spec.name

return handle


0 comments on commit 35f7f14

Please sign in to comment.