Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
agdiaz committed Jan 3, 2025
1 parent eb175fc commit 49c7d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parrot/brnn_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import matplotlib as mpl

mpl.use("Agg")
import mpl.pyplot as plt
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import seaborn as sn
Expand Down

0 comments on commit 49c7d34

Please sign in to comment.