Skip to content

Commit

Permalink
added module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 23, 2023
1 parent bb692f5 commit cdf7192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/roiextractors/volumetricimagingextractor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Base class definition for volumetric imaging extractors."""

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

Expand Down

0 comments on commit cdf7192

Please sign in to comment.