mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Remove unused imports.
This commit is contained in:
parent
9e934acfca
commit
08272dc25d
10 changed files with 2 additions and 37 deletions
|
@ -10,10 +10,6 @@ import os
|
|||
import shutil
|
||||
import time
|
||||
import tempfile
|
||||
try:
|
||||
import json
|
||||
except:
|
||||
import simplejson as json
|
||||
|
||||
from nose.plugins.skip import SkipTest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue