Add pyflakes, picking up things that pep8 misses
This commit is contained in:
parent
7d03d16e16
commit
83064db89e
@ -12,7 +12,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from json import dumps
|
||||
import json
|
||||
|
||||
|
||||
class ServiceFault(object):
|
||||
|
@ -35,4 +35,4 @@ class Options(object):
|
||||
|
||||
def _load_config(self):
|
||||
self.config = ConfigParser.ConfigParser()
|
||||
config.readfp(self.args.config)
|
||||
self.config.readfp(self.args.config)
|
||||
|
@ -13,8 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
import argparse
|
||||
import daemon
|
||||
import signal
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user