Skip to content

Commit fa7687f

Browse files
committed
remove optional mpl import
1 parent ddcebeb commit fa7687f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/plots/posteriorplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
from typing import TYPE_CHECKING, Any, Callable, Optional, Union
1616

17+
import matplotlib.pyplot as plt
1718
import numpy as np
1819

1920
from pymc3.backends.base import MultiTrace
2021

21-
import matplotlib.pyplot as plt
2222

2323
if TYPE_CHECKING: # pragma: nocover
2424
from arviz.data.inference_data import InferenceData

0 commit comments

Comments
 (0)