From 92de00564d015a2d1a5c7ffa8c325a1e18e2989a Mon Sep 17 00:00:00 2001 From: Daniel Chiquito Date: Wed, 9 Feb 2022 14:04:16 -0500 Subject: [PATCH] Fix linting --- miqa/core/tests/test_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miqa/core/tests/test_import.py b/miqa/core/tests/test_import.py index 9098cc4b..8ef7c0b0 100644 --- a/miqa/core/tests/test_import.py +++ b/miqa/core/tests/test_import.py @@ -4,9 +4,9 @@ from pathlib import Path import re +from guardian.shortcuts import get_perms import pytest from rest_framework.exceptions import APIException -from guardian.shortcuts import get_perms from miqa.core.tasks import import_data