This commit is contained in:
Jesse Bannon 2023-11-21 16:57:59 -08:00
parent 31d8c0a52f
commit 6c32c44680

View file

@ -57,7 +57,7 @@ class AnyType(ArgumentType, AnyTypeReturnable, AnyTypeReturnableA, AnyTypeReturn
class FutureResolvable(AnyType, ABC):
"""
Type that will be resolved in the future
Type that will be resolved in the future (Map, Array)
"""