From b1c01862a3811f77cca726675b52a32418c4d853 Mon Sep 17 00:00:00 2001 From: Hernan Grecco Date: Mon, 1 May 2023 19:20:56 -0300 Subject: Run pyupgrade --py39-plus --- pint/formatting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pint/formatting.py') diff --git a/pint/formatting.py b/pint/formatting.py index 637d838..880f55b 100644 --- a/pint/formatting.py +++ b/pint/formatting.py @@ -13,7 +13,8 @@ from __future__ import annotations import functools import re import warnings -from typing import Callable, Iterable, Any +from typing import Callable, Any +from collections.abc import Iterable from numbers import Number from .babel_names import _babel_lengths, _babel_units -- cgit v1.2.1