Skip to content

Commit 3269b0d

Browse files
committed
cleanup
1 parent e791940 commit 3269b0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/inferno/apps/cli/evaluate.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require_relative '../../../inferno/dsl/fhir_evaluation/evaluator'
2-
require_relative '../../../inferno/dsl/fhir_evaluation/config'
32
require_relative '../../../inferno/dsl/ig'
43
require_relative '../../utils/ig_downloader'
54

@@ -23,7 +22,7 @@ def evaluate(ig_path, data_path, _log_level)
2322
end
2423
end
2524

26-
# Rule execution, and result output below will be integrated at phase 2 and 3.
25+
# Rule execution, and result output below will be integrated soon.
2726

2827
# if data_path
2928
# DatasetLoader.from_path(File.join(__dir__, data_path))

0 commit comments

Comments
 (0)