mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 00:05:26 +02:00
Modernize to python-3.9+ with pyupgrade (--py39-plus)
This commit is contained in:
parent
22b2161ddd
commit
41738f7f40
26 changed files with 148 additions and 157 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue