From 75ceb5314329a13c4f324c2383f1699e1b3e24cb Mon Sep 17 00:00:00 2001 From: Sven van de Scheur Date: Tue, 15 Oct 2024 14:10:22 +0200 Subject: [PATCH] :art: - chore: remove unused vars --- .../openarchiefbeheer/destruction/tests/test_serializers.py | 2 +- .../components/DestructionListEdit/DestructionListEdit.tsx | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py b/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py index 85c7d326..ead43059 100644 --- a/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py +++ b/backend/src/openarchiefbeheer/destruction/tests/test_serializers.py @@ -362,7 +362,7 @@ def test_partial_update_remove_zaken(self): with_zaak=True, ) - zaak = ZaakFactory.create() + ZaakFactory.create() # We are removing 2 zaken from the destruction list data = { diff --git a/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx b/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx index 11cae1ab..b102843f 100644 --- a/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx +++ b/frontend/src/pages/destructionlist/detail/components/DestructionListEdit/DestructionListEdit.tsx @@ -11,10 +11,7 @@ import { useSubmitAction } from "../../../../../hooks"; import { PaginatedDestructionListItems } from "../../../../../lib/api/destructionListsItem"; import { ProcessingStatus } from "../../../../../lib/api/processingStatus"; import { PaginatedZaken } from "../../../../../lib/api/zaken"; -import { - getFilteredZaakSelection, - getZaakSelection, -} from "../../../../../lib/zaakSelection/zaakSelection"; +import { getFilteredZaakSelection } from "../../../../../lib/zaakSelection/zaakSelection"; import { Zaak } from "../../../../../types"; import { BaseListView } from "../../../abstract"; import {