diff options
author | 2011-11-08 11:23:29 +0100 | |
---|---|---|
committer | 2011-11-08 23:00:41 +0100 | |
commit | e738e479ce5b8f51a5b43b4adb82c58318e2583d (patch) | |
tree | f8e6ffce0de4abd572556eccfae77c0bbd737b4e /github3/core.py | |
parent | Fix typo (diff) | |
download | python-github3-e738e479ce5b8f51a5b43b4adb82c58318e2583d.tar.xz python-github3-e738e479ce5b8f51a5b43b4adb82c58318e2583d.zip |
Fix clean
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 |