We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccd744 commit eec5ed6Copy full SHA for eec5ed6
mesa_frames/abstract/space.py
@@ -50,7 +50,7 @@ def __init__(self, model, dimensions, torus, capacity, neighborhood_type):
50
from abc import abstractmethod
51
from collections.abc import Callable, Collection, Sequence, Sized
52
from itertools import product
53
-from typing import TYPE_CHECKING, Literal, TypeVar, Union
+from typing import TYPE_CHECKING, Literal
54
from warnings import warn
55
56
import numpy as np
0 commit comments