Modernize to python-3.9+ with pyupgrade (--py39-plus)

This commit is contained in:
Fabien Castan 2025-04-30 19:18:06 +02:00
parent 22b2161ddd
commit 41738f7f40
26 changed files with 148 additions and 157 deletions

View file

@ -1,5 +1,6 @@
import logging
from typing import Any, Iterable, Optional, Union
from typing import Any, Optional, Union
from collections.abc import Iterable
import meshroom.core
from meshroom.core import Version, desc