Skip to content

Commit a3cc3de

Browse files
committed
Removed autofit exception import
1 parent f753dd5 commit a3cc3de

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

autoarray/exc.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from autofit.exc import FitException
2-
31
class ArrayException(Exception):
42
pass
53

@@ -36,9 +34,5 @@ class PixelizationException(Exception):
3634
pass
3735

3836

39-
class FitException(Exception):
40-
pass
41-
42-
43-
class InversionException(FitException):
37+
class InversionException(Exception):
4438
pass

0 commit comments

Comments
 (0)