Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 25, 2024
1 parent 2c2be5e commit c6a4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piel/visual/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ def activate_piel_styles():
Returns:
None
"""
import matplotlib as mpl
import matplotlib.pyplot as mpl

mpl.style.use(pathlib.Path(__file__).parent / pathlib.Path("piel_fast.rcParams"))

0 comments on commit c6a4200

Please sign in to comment.