Skip to content

Commit

Permalink
Removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Oct 21, 2024
1 parent 56ab12c commit 153fceb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/morphodict/paradigm/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
ParadigmManager,
ParadigmManagerWithExplicitSizes,
)
from morphodict.utils import shared_res_dir
from morphodict.site.util import cache_unless


Expand Down
12 changes: 0 additions & 12 deletions src/morphodict/paradigm/test_layout.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
import logging
import re
from http import HTTPStatus
from typing import Dict, Optional, cast

import pytest
from django.http import (
HttpResponseBadRequest,
HttpResponseNotAllowed,
HttpResponseNotFound,
)
from django.test import Client
from django.urls import reverse
from pytest_django.asserts import assertInHTML

from crkeng.app.preferences import DisplayMode
from morphodict.lexicon.models import Wordform

@pytest.mark.parametrize(
("lemma_text", "layout", "paradigm_size", "entries"),
Expand Down
4 changes: 2 additions & 2 deletions src/morphodict/paradigm/views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations

from django.conf import settings
from django.http import HttpResponse, HttpResponseBadRequest, HttpResponseNotFound
from django.shortcuts import redirect, render
from django.http import HttpResponseBadRequest, HttpResponseNotFound
from django.shortcuts import render
from django.views.decorators.http import require_GET
from typing import Optional, Any
import logging
Expand Down

0 comments on commit 153fceb

Please sign in to comment.