Remove unused json import

This commit is contained in:
Joseph Hall 2023-07-20 12:26:53 -06:00 committed by Pedro Algarvio
parent e48cbeb31f
commit b5c19eb996
4 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
"""
Tests using docker formula
"""
import json
import shutil
from pathlib import Path
from zipfile import ZipFile

View file

@ -1,7 +1,6 @@
"""
Tests using nginx formula
"""
import json
import shutil
from pathlib import Path
from zipfile import ZipFile

View file

@ -1,7 +1,6 @@
"""
Tests using salt formula
"""
import json
import shutil
from pathlib import Path
from zipfile import ZipFile

View file

@ -1,7 +1,6 @@
"""
Tests using users formula
"""
import json
import shutil
from pathlib import Path
from zipfile import ZipFile