Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
  • Loading branch information
sdpython committed Aug 18, 2021
1 parent b0d7181 commit ce75d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def has_tqdm():
try:
from tqdm import tqdm
from tqdm import tqdm # noqa
return True
except ImportError:
return False
Expand Down

0 comments on commit ce75d85

Please sign in to comment.