diff options
Diffstat (limited to 'github3/core.py')
-rw-r--r-- | github3/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/github3/core.py b/github3/core.py index 0aa5949..ccc9f7b 100644 --- a/github3/core.py +++ b/github3/core.py @@ -54,7 +54,6 @@ class Modelizer(object): def __init__(self, model): self.model = model - self.attrs = {} def _parse_date(self, string_date): from datetime import datetime |