aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-03-02 19:02:39 +0100
committerNao Pross <np@0hm.ch>2024-03-02 19:02:39 +0100
commit9d9fb97b1c7b0a870d94b666939083117e500050 (patch)
tree0514425d06538d3bdf047e8f7a8433f6b71937c7
parentFix bug with PolyIndex and Variable.to_repr (diff)
downloadmdpoly-9d9fb97b1c7b0a870d94b666939083117e500050.tar.gz
mdpoly-9d9fb97b1c7b0a870d94b666939083117e500050.zip
Remove IndexError (already exists in standard library)
-rw-r--r--mdpoly/errors.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdpoly/errors.py b/mdpoly/errors.py
index 65290b3..1531a84 100644
--- a/mdpoly/errors.py
+++ b/mdpoly/errors.py
@@ -9,9 +9,3 @@ class InvalidShape(Exception):
"""
This is raised whenever there is an invalid shape
"""
-
-class IndexError(Exception):
- """
- This is raised whenever there is an invalid index
- """
-