diff options
author | 2011-07-23 23:06:31 -0400 | |
---|---|---|
committer | 2011-07-23 23:06:31 -0400 | |
commit | 8dfb0497e334f33f74f2e3b98c21b48c58c53c3c (patch) | |
tree | 88d7b542174b5341eff15915bfe71a4c2b8085bc /github3/helpers.py | |
parent | basics for editable datapoints (diff) | |
download | python-github3-8dfb0497e334f33f74f2e3b98c21b48c58c53c3c.tar.xz python-github3-8dfb0497e334f33f74f2e3b98c21b48c58c53c3c.zip |
no fix needed
Diffstat (limited to 'github3/helpers.py')
-rw-r--r-- | github3/helpers.py | 1 |
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 |