Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 19, 2023
1 parent 2cdf51b commit b67dbd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_docstrings.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import inspect
import os
import importlib
from types import ModuleType, FunctionType
from typing import List, Iterable
from typing import List
import pytest
import roiextractors

Expand Down

0 comments on commit b67dbd4

Please sign in to comment.