From 6a691313dc082beaba1525cde66af1966efccd30 Mon Sep 17 00:00:00 2001 From: Bart de Koning Date: Tue, 22 Oct 2024 15:04:46 +0200 Subject: [PATCH] Small fix --- src/Wflow.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wflow.jl b/src/Wflow.jl index 6871e6f29..f4f898e0d 100644 --- a/src/Wflow.jl +++ b/src/Wflow.jl @@ -4,7 +4,7 @@ import BasicModelInterface as BMI using Base.Threads: nthreads using CFTime: CFTime, monthday, dayofyear -using Dates: Dates, Second, Minute, Hour, Day, Month, year, TimeType, DatePeriod, TimePeriod, Date, DateTime, now, isleapyear +using Dates: Dates, Second, Minute, Hour, Day, Month, year, TimeType, DatePeriod, TimePeriod, Date, DateTime, now, isleapyear, datetime2unix using DelimitedFiles: readdlm using FieldMetadata: @metadata using Glob: glob