Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed May 14, 2019
1 parent 571bd36 commit 4de69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/path_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
make_menu, mkdir_p, write_as_json_to_file)
from ..gateways.disk.delete import rm_rf
from ..gateways.disk.permissions import make_writable
from ..gateways.disk.read import (compute_md5sum, compute_sha256sum, isfile, islink, lexists,
from ..gateways.disk.read import (compute_md5sum, compute_sha256sum, islink, lexists,
read_index_json)
from ..gateways.disk.update import backoff_rename, touch
from ..history import History
Expand Down

0 comments on commit 4de69db

Please sign in to comment.