File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 9490ead9e72f2e78d421b5d791e64e312af7905d " ,
2+ "_commit" : " 28cf872a70bdeafd3f65c7b78935e85518df5f0a " ,
33 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
44 "add_rust_extension" : false ,
55 "author" : " Kyle Oliver" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " 9490ead9e72f2e78d421b5d791e64e312af7905d " ,
3+ "commit" : " 28cf872a70bdeafd3f65c7b78935e85518df5f0a " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1818 "license" : " MIT" ,
1919 "development_status" : " Development Status :: 1 - Planning" ,
2020 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
21- "_commit" : " 9490ead9e72f2e78d421b5d791e64e312af7905d "
21+ "_commit" : " 28cf872a70bdeafd3f65c7b78935e85518df5f0a "
2222 }
2323 },
2424 "directory" : null
Original file line number Diff line number Diff line change 88from typing import Callable
99from typing import Literal
1010from typing import Optional
11- from typing import TypeAlias
11+ from typing_extensions import TypeAlias
1212
1313
1414REPO_FOLDER : Path = Path (__file__ ).resolve ().parent .parent
You can’t perform that action at this time.
0 commit comments