mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-11 19:04:02 -07:00
Remove unused imports.
This commit is contained in:
parent
9e934acfca
commit
08272dc25d
10 changed files with 2 additions and 37 deletions
|
@ -2,8 +2,6 @@ import os
|
|||
import unittest
|
||||
|
||||
from ansible.inventory import Inventory
|
||||
from ansible.runner import Runner
|
||||
# from nose.plugins.skip import SkipTest
|
||||
|
||||
class TestInventory(unittest.TestCase):
|
||||
|
||||
|
@ -236,4 +234,3 @@ class TestInventory(unittest.TestCase):
|
|||
'group_names': ['norse'],
|
||||
'inventory_hostname': 'thor',
|
||||
'inventory_hostname_short': 'thor'}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue