Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
88d52bdba0366127fffca9dfa93895 authored Nov 22, 2023
1 parent f23ed19 commit 4495242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypfopt/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

try:
plt.style.use("seaborn-deep")
except: # pragma: no cover
except Exception: # pragma: no cover
pass


Expand Down

0 comments on commit 4495242

Please sign in to comment.