Skip to content

Commit

Permalink
🎨 - chore: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Oct 15, 2024
1 parent 99a8e8b commit 75ceb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 75ceb53

Please sign in to comment.