From 9d9fb97b1c7b0a870d94b666939083117e500050 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 2 Mar 2024 19:02:39 +0100 Subject: Remove IndexError (already exists in standard library) --- mdpoly/errors.py | 6 ------ 1 file changed, 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 - """ - -- cgit v1.2.1