mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Fixes #19633 fix PEP8 compliance error of previous commit in test_conditions.py
This commit is contained in:
parent
8c8797599b
commit
ee2aaa6508
@ -146,6 +146,7 @@ class ConditionTestCase(TestCase):
|
||||
self.assertTrue(c.eval({'x': None})) # not (None match) → True
|
||||
self.assertTrue(c.eval({'z': 'abc'})) # Missing 'x' → True
|
||||
|
||||
|
||||
class ConditionSetTest(TestCase):
|
||||
|
||||
def test_empty(self):
|
||||
|
Loading…
Reference in New Issue
Block a user