Skip to content

Commit 5ef2514

Browse files
committed
fix linting error with plotnine imports
1 parent f8a5805 commit 5ef2514

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

flexynesis/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
from lifelines.utils import concordance_index
4242
from plotnine import (aes, annotate, element_blank, element_line, element_text,
4343
geom_abline, geom_errorbarh, geom_line, geom_point,
44-
geom_smooth, geom_step, geom_text, ggplot, ggtitle, labs,
45-
scale_color_gradient, scale_color_manual, theme, theme_bw,
46-
theme_minimal)
44+
geom_smooth, geom_step, geom_text, ggplot, labs,
45+
scale_color_gradient, scale_color_manual, theme,
46+
theme_bw, theme_minimal)
4747
from sklearn.cluster import KMeans
4848
from sklearn.metrics import silhouette_score
4949
from sklearn.metrics.pairwise import euclidean_distances

0 commit comments

Comments
 (0)