From a54406370fec1e09dfdce4f35e2253120d3f888c Mon Sep 17 00:00:00 2001 From: Felix Cremer Date: Thu, 20 Feb 2025 15:58:08 +0100 Subject: [PATCH] Import UInt8 from Base explicitely This is to silence the warnings on Julia nightly --- src/metadata.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/metadata.jl b/src/metadata.jl index d80e7c1..16e01b7 100644 --- a/src/metadata.jl +++ b/src/metadata.jl @@ -1,5 +1,6 @@ +import Base: UInt8 import Dates: Date, DateTime -using DateTimes64: DateTime64, pydatetime_string, datetime_from_pystring +using DateTimes64: DateTime64, pydatetime_string, datetime_from_pystring """NumPy array protocol type string (typestr) format