Merge pull request #25092 from cachedout/lint_develop

Lint develop
This commit is contained in:
Mike Place 2015-06-30 15:37:07 -06:00
commit 9a961cc30a

View File

@ -10,7 +10,6 @@ import os
import errno
import hashlib
import weakref
import gc
from random import randint
# Import Salt Libs
@ -92,7 +91,6 @@ class AsyncZeroMQReqChannel(salt.transport.client.ReqChannel):
loop_instance_map[key] = new_obj
return loop_instance_map[key]
@classmethod
def __key(cls, opts, **kwargs):
return (opts['pki_dir'], # where the keys are stored