From a314cd7cfd8824acb8cd64cf089e69e937a698f2 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 19 Oct 2016 13:33:25 -0700 Subject: [PATCH] Revert adding the __init___ --- eos/eqBase.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/eos/eqBase.py b/eos/eqBase.py index e85c5a8c0..a400aec33 100644 --- a/eos/eqBase.py +++ b/eos/eqBase.py @@ -19,9 +19,6 @@ class EqBase(object): - def __init__(self): - self.ID = None - def __eq__(self, other): return type(self) == type(other) and self.ID == other.ID