Add __init__ to classes missing it
Mostly just to shut pyCharm up, but it's good practice.
This commit is contained in:
@@ -42,7 +42,8 @@ class ModifiedAttributeDict(collections.MutableMapping):
|
||||
OVERRIDES = False
|
||||
|
||||
class CalculationPlaceholder():
|
||||
pass
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def __init__(self, fit=None, parent=None):
|
||||
self.parent = parent
|
||||
|
||||
Reference in New Issue
Block a user