Skip to content

Commit eec5ed6

Browse files
Update space.py
1 parent eccd744 commit eec5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesa_frames/abstract/space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self, model, dimensions, torus, capacity, neighborhood_type):
5050
from abc import abstractmethod
5151
from collections.abc import Callable, Collection, Sequence, Sized
5252
from itertools import product
53-
from typing import TYPE_CHECKING, Literal, TypeVar, Union
53+
from typing import TYPE_CHECKING, Literal
5454
from warnings import warn
5555

5656
import numpy as np

0 commit comments

Comments
 (0)