aboutsummaryrefslogtreecommitdiffstats
path: root/github3/helpers.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-07-23 23:06:31 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-07-23 23:06:31 -0400
commit8dfb0497e334f33f74f2e3b98c21b48c58c53c3c (patch)
tree88d7b542174b5341eff15915bfe71a4c2b8085bc /github3/helpers.py
parentbasics for editable datapoints (diff)
downloadpython-github3-8dfb0497e334f33f74f2e3b98c21b48c58c53c3c.tar.xz
python-github3-8dfb0497e334f33f74f2e3b98c21b48c58c53c3c.zip
no fix needed
Diffstat (limited to 'github3/helpers.py')
-rw-r--r--github3/helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/github3/helpers.py b/github3/helpers.py
index db2697f..391fe1e 100644
--- a/github3/helpers.py
+++ b/github3/helpers.py
@@ -50,7 +50,6 @@ def to_python(obj,
for in_key in date_keys:
in_date = in_dict.get(in_key)
try:
- # TODO: Fix date formatting.
out_date = datetime.strptime(in_date, '%Y-%m-%dT%H:%M:%SZ')
except TypeError:
out_date = None