Cycles: import fix

cycles-detection-with-context
Alexandre Hajjar 2020-06-15 17:09:20 +02:00
parent 655b9bf314
commit 2793dcd090
1 changed files with 1 additions and 1 deletions

View File

@ -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'