mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix Pylint
This commit is contained in:
parent
fe2561f415
commit
fbc9c0d6bf
1 changed files with 1 additions and 2 deletions
|
@ -1441,6 +1441,5 @@ class BotoVpcRouteTablesTestCase(BotoVpcTestCaseBase):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests # pylint: disable=import-error
|
||||
from integration import run_tests
|
||||
run_tests(BotoVpcTestCase, needs_daemon=False)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue