Skip to content

Commit d595f27

Browse files
Hideto MoriHideto Mori
authored andcommitted
modified import library
1 parent af23bde commit d595f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchworklib/patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
import matplotlib.font_manager as fm
1616
import matplotlib.pyplot as plt
1717
import matplotlib.axes as axes
18-
import plotnine
1918

2019
from contextlib import suppress
2120
from types import SimpleNamespace as NS
2221
from matplotlib.offsetbox import AnchoredOffsetbox
2322
from matplotlib.transforms import Bbox, TransformedBbox, Affine2D
2423

2524
try:
25+
import plotnine
2626
import patchworklib.modified_plotnine as mp9
2727
except Exception as e:
2828
pass

0 commit comments

Comments
 (0)