From 8c3a7925b15e1b44d9061c226049554312bd2bdf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:23:54 +0000 Subject: [PATCH] style: pre-commit fixes --- tests-wasm/test_1365_awkwardforth_reading.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-wasm/test_1365_awkwardforth_reading.py b/tests-wasm/test_1365_awkwardforth_reading.py index 17a71b11d..cb917080c 100644 --- a/tests-wasm/test_1365_awkwardforth_reading.py +++ b/tests-wasm/test_1365_awkwardforth_reading.py @@ -1,4 +1,5 @@ # BSD 3-Clause License; see https://github.com/scikit-hep/uproot5/blob/main/LICENSE +from __future__ import annotations def truncate_float(value, bits):