Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 8, 2024
1 parent 096d607 commit eb6444f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/examples/treemap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"Treemap example"
import plotly # pylint: disable=unused-import
# pylint: disable=unused-import, wrong-import-order
import plotly
from gpkit.interactive.plotting import treemap
from performance_modeling import M

Expand Down

0 comments on commit eb6444f

Please sign in to comment.