Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Dec 17, 2014
1 parent b76f6fb commit f0ff2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageio/core/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def appdata_dir(appname=None, roaming=False):
path = os.path.join(path, appname)
if not os.path.isdir(path): # pragma: no cover
os.mkdir(path)


# Done
return path
Expand Down

0 comments on commit f0ff2bc

Please sign in to comment.