Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Apr 27, 2020
1 parent f17bc2b commit 2d00ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/common/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from itertools import chain
from logging import getLogger
from os import environ, stat
from os.path import basename, join, expandvars
from os.path import basename, expandvars
from stat import S_IFDIR, S_IFMT, S_IFREG
try:
from os import scandir
Expand Down
2 changes: 1 addition & 1 deletion conda/gateways/anaconda_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import re
from logging import getLogger
from os.path import basename, isdir, isfile, join
from os.path import isdir, isfile, join
from stat import S_IREAD, S_IWRITE
try:
from os import scandir
Expand Down

0 comments on commit 2d00ec5

Please sign in to comment.