mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-03 12:40:47 +08:00
STY: Flake8
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user