From d14e22241e3496ecff29630e1d576b20251f3732 Mon Sep 17 00:00:00 2001 From: sundelld Date: Wed, 3 Jul 2024 10:52:23 +0300 Subject: [PATCH] Update Predicer.jl --- src/Predicer.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Predicer.jl b/src/Predicer.jl index d6ead18..1cdb0ea 100644 --- a/src/Predicer.jl +++ b/src/Predicer.jl @@ -6,7 +6,6 @@ module Predicer include("constraints.jl") include("validate_data.jl") include("init.jl") - include("modification.jl") include("import_input_data.jl")