Clean up imports

This commit is contained in:
Veronica Berglyd Olsen
2023-07-20 21:07:12 +02:00
parent 188536d0f6
commit 75a840b10b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,11 +19,11 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from pathlib import Path
import uuid
import pytest
from shutil import copyfile
from pathlib import Path
from zipfile import ZipFile
from mocked import causeOSError