Skip to content

Commit

Permalink
Merge pull request johnwheeler#220 from mlsamuelson/master
Browse files Browse the repository at this point in the history
Use io.StringIO in place of StringIO. As per recommendation from Pyth…
  • Loading branch information
johnwheeler authored Feb 28, 2018
2 parents 1fbb1c8 + a0966cc commit 564a342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_ask/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import yaml
import inspect
from datetime import datetime
from StringIO import StringIO
from io import StringIO
from functools import wraps, partial

import aniso8601
Expand Down

0 comments on commit 564a342

Please sign in to comment.