dmulholl / ark

A static website generator for people who enjoy the simpler things in life.
https://www.dmulholl.com/docs/ark/master/
The Unlicense
118 stars 7 forks source link

bad type annot #17

Closed bryanhpchiang closed 1 year ago

bryanhpchiang commented 1 year ago

https://github.com/dmulholl/ivy/blob/main/ivy/site.py#L74

this line will throw an error ^

dmulholl commented 1 year ago

Thanks, fixed in v6.5.0. I've bumped the required Python version to v3.10 to use the nicer syntax for type hints.