Skip to content

Commit 39275c2

Browse files
committed
docs(Methoddocs): fixed some issue when generating our autodocs
1 parent 4fdfa91 commit 39275c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ape/api/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __repr__(self) -> str:
105105
return f"<{repr_str}>"
106106

107107
@property
108-
def datetime(self) -> datetime.datetime:
108+
def datetime(self) -> "datetime.datetime":
109109
"""
110110
The block timestamp as a datetime object.
111111
"""

0 commit comments

Comments
 (0)