Skip to content

Commit

Permalink
removed unnecessary Union
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 19, 2024
1 parent 3c6588a commit 0a3ddc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roiextractors/volumetricimagingextractor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Base class definition for volumetric imaging extractors."""

from typing import Tuple, List, Iterable, Optional, Union
from typing import Tuple, List, Iterable, Optional
import numpy as np

from .extraction_tools import ArrayType, DtypeType
Expand Down

0 comments on commit 0a3ddc7

Please sign in to comment.