mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused json import
This commit is contained in:
parent
e48cbeb31f
commit
b5c19eb996
4 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
Tests using docker formula
|
||||
"""
|
||||
import json
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
from zipfile import ZipFile
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
Tests using nginx formula
|
||||
"""
|
||||
import json
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
from zipfile import ZipFile
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
Tests using salt formula
|
||||
"""
|
||||
import json
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
from zipfile import ZipFile
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
"""
|
||||
Tests using users formula
|
||||
"""
|
||||
import json
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
from zipfile import ZipFile
|
||||
|
|
Loading…
Add table
Reference in a new issue