Skip to content

Commit

Permalink
remove unnesesary base matplotlib import
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Feb 28, 2024
1 parent 2b54ddf commit 1e94b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pytom_tm/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

plotting_available = False
try:
import matplotlib
import matplotlib.pyplot as plt
import seaborn as sns
sns.set(context='talk', style='ticks')
Expand Down

0 comments on commit 1e94b9e

Please sign in to comment.