pep8 cleanup

This commit is contained in:
Russell Haering 2013-09-18 11:11:50 -07:00
parent 7f8cb6dd45
commit 21ea2b34c0
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,3 @@
default:
pyflakes teeth/
pep8 --max-line-length=119 teeth/
pyflakes teeth_agent/
pep8 --max-line-length=119 teeth_agent/

View File

@ -14,9 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
import uuid
import pkg_resources
import simplejson as json
from twisted.internet.protocol import ReconnectingClientFactory
from twisted.internet import reactor
@ -50,7 +47,6 @@ class AgentClientFactory(ReconnectingClientFactory):
initialDelay = 1.0
maxDelay = 120
def buildProtocol(self, addr):
self.resetDelay()
return self.protocol()