From bda456e4e0a17bf06e4c146cdc3fa270d953d375 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Jun 2019 10:48:28 +0300 Subject: Fix: add missing "import logging" to generated program --- ftt-codegen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftt-codegen b/ftt-codegen index 694cc05..ed0b55b 100755 --- a/ftt-codegen +++ b/ftt-codegen @@ -10,7 +10,7 @@ import yaml hardcoded = ''' -import fable, json +import fable, json, logging run = fable.Run() ''' -- cgit v1.2.1