Skip to content

Commit 1161bf0

Browse files
committed
remove unused import from root __init__
1 parent 5918aeb commit 1161bf0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymatviz/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
import builtins
1515
from importlib.metadata import PackageNotFoundError, version
1616

17-
import matplotlib.pyplot as plt
1817
import plotly.express as px
19-
import plotly.graph_objects as go
20-
import plotly.io as pio
2118

2219
from pymatviz import (
2320
bar,

0 commit comments

Comments
 (0)