mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
#39901: Fix pylint
This commit is contained in:
parent
43c81dfdee
commit
ed8cccf457
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ from salttesting.mock import (
|
|||
patch)
|
||||
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
from salt.ext.six.moves import range
|
||||
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
|
@ -119,7 +120,6 @@ class RhipTestCase(TestCase):
|
|||
('iface', 'eth', True,
|
||||
ipv6addrs=['fc00::1/128']), 'A')
|
||||
|
||||
|
||||
def test_build_routes(self):
|
||||
'''
|
||||
Test to build a route script for a network interface.
|
||||
|
|
Loading…
Add table
Reference in a new issue