aboutsummaryrefslogtreecommitdiffstats
path: root/github3/helpers.py
diff options
context:
space:
mode:
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