Skip to content

Commit 0a92442

Browse files
committed
remove unused exception
1 parent e4c6e3d commit 0a92442

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nimare/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ class NiMAREError(Exception):
77

88
class InvalidStudysetError(NiMAREError):
99
"""Exception raised when a studyset is invalid or malformed."""
10-
11-
12-
class ConversionWarning(UserWarning):
13-
"""Warning raised during data conversion processes."""

0 commit comments

Comments
 (0)