Skip to content

Commit

Permalink
remove try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentqb authored Nov 19, 2020
1 parent 9ac75d1 commit 3567ce2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
import matplotlib.pyplot as plt
import IPython.display as ipd

try:
from tqdm.notebook import tqdm
except:
from tqdm import tqdm
from tqdm import tqdm


######################################################################
Expand Down

0 comments on commit 3567ce2

Please sign in to comment.