Skip to content

Commit

Permalink
chore(filters): remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Aug 19, 2023
1 parent 260e424 commit 7ddc4d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions server/methods/median_filter_method.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import asyncio
import aiohttp

from dataclasses import (
dataclass,
field,
)

from volview_server.transformers import (
convert_itk_to_vtkjs_image,
convert_vtkjs_to_itk_image,
Expand Down
8 changes: 0 additions & 8 deletions server/methods/paint_interpolation_method.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import asyncio
import aiohttp

from dataclasses import (
dataclass,
field,
)

from volview_server.transformers import (
convert_itk_to_vtkjs_image,
convert_vtkjs_to_itk_image,
Expand Down

0 comments on commit 7ddc4d5

Please sign in to comment.