From 2793dcd090084d9253c4fefdcfac199779df3ef2 Mon Sep 17 00:00:00 2001 From: Alexandre Hajjar Date: Mon, 15 Jun 2020 17:09:20 +0200 Subject: [PATCH] Cycles: import fix --- publicodes/source/cyclesLib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publicodes/source/cyclesLib.ts b/publicodes/source/cyclesLib.ts index 54bed4ea3..66e5e9c07 100644 --- a/publicodes/source/cyclesLib.ts +++ b/publicodes/source/cyclesLib.ts @@ -3,7 +3,7 @@ * We don't exepect the parent rule to explain the type of the contained formula, for example. */ -import R from 'ramda' +import * as R from 'ramda' import { ArrondiExplanation } from './mecanisms/arrondi' import { ParsedRule, ParsedRules } from './types'