Skip to content

Commit

Permalink
[Fixes #12124] Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Apr 30, 2024
1 parent 80311a5 commit 1ec7613
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions geonode/base/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
from builtins import Exception
from typing import Iterable

from django.http import QueryDict
from django.test import RequestFactory, override_settings
import gisdata
from importer.models import ResourceHandlerInfo
from PIL import Image
from io import BytesIO
from time import sleep
from uuid import uuid4
from unittest.mock import MagicMock, patch
from unittest.mock import patch
from urllib.parse import urljoin
from datetime import date, timedelta

Expand Down

0 comments on commit 1ec7613

Please sign in to comment.