diff options
Diffstat (limited to 'gn/data/dataset.scm')
-rw-r--r-- | gn/data/dataset.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/data/dataset.scm b/gn/data/dataset.scm index 5e81d1e..3d96663 100644 --- a/gn/data/dataset.scm +++ b/gn/data/dataset.scm @@ -1,5 +1,5 @@ (define-module (gn data dataset) - #:use-module (json) + ;; #:use-module (json) #:use-module (ice-9 match) #:use-module (ice-9 format) #:use-module (ice-9 iconv) |