STY: Flake8

This commit is contained in:
jfkirk
2016-06-08 13:34:19 -04:00
committed by Jean Bredeche
parent 4b7390ac81
commit 241abda2a5
11 changed files with 174 additions and 172 deletions
-2
View File
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import datetime
from functools import partial
from inspect import isabstract
import random
from unittest import TestCase
@@ -240,7 +239,6 @@ class RuleTestCase(TestCase):
cls.after_open = AfterOpen(hours=1, minutes=5)
cls.class_ = None # Mark that this is the base class.
def test_completeness(self):
"""
Tests that all rules are being tested.