From 3b3ecb4fcba471d33dbd118c02798e6f3f4b9927 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 25 Sep 2012 15:49:25 -0400 Subject: various pylint fixes --- src/lib/Bcfg2/Server/Plugins/Probes.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Probes.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Probes.py b/src/lib/Bcfg2/Server/Plugins/Probes.py index e0f527f2c..872cbb34e 100644 --- a/src/lib/Bcfg2/Server/Plugins/Probes.py +++ b/src/lib/Bcfg2/Server/Plugins/Probes.py @@ -10,7 +10,6 @@ import lxml.etree import Bcfg2.Server import Bcfg2.Server.Plugin -# pylint: disable=F0401 try: from django.db import models HAS_DJANGO = True @@ -52,7 +51,6 @@ except ImportError: HAS_YAML = True except ImportError: HAS_YAML = False -# pylint: enable=F0401 class ClientProbeDataSet(dict): -- cgit v1.2.3-1-g7c22