mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Pre-emptive Python 3.10 compat.
Iterator is no longer exposed directly in collections, but is in collections.abc.
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import annotations
|
||||
import itertools
|
||||
import math
|
||||
import random
|
||||
from collections import Iterable
|
||||
from collections.abc import Iterable
|
||||
from dataclasses import dataclass
|
||||
from typing import TypeVar, Union
|
||||
|
||||
|
||||
Reference in New Issue
Block a user