aboutsummaryrefslogtreecommitdiffstats
path: root/github3/core.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-08 11:23:29 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-08 23:00:41 +0100
commite738e479ce5b8f51a5b43b4adb82c58318e2583d (patch)
treef8e6ffce0de4abd572556eccfae77c0bbd737b4e /github3/core.py
parentFix typo (diff)
downloadpython-github3-e738e479ce5b8f51a5b43b4adb82c58318e2583d.tar.xz
python-github3-e738e479ce5b8f51a5b43b4adb82c58318e2583d.zip
Fix clean
Diffstat (limited to 'github3/core.py')
-rw-r--r--github3/core.py1
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