Skip to content

Commit c8c47e8

Browse files
committed
fix CI by importing $ of FormulaNode
1 parent 4b6113f commit c8c47e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ggplotnim/ggplot_theme.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import options, sequtils
22
import ginger
33
import ggplot_types, ggplot_scales
4+
from dataframe/arraymancer_backend import `$` # for `$` of FormulaNode
45

56
proc getPlotBackground*(theme: Theme): Style =
67
## returns a suitable style (or applies default) for the background of

0 commit comments

Comments
 (0)