Skip to content

Commit

Permalink
Changes cookiecutter class to use colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwils committed May 14, 2024
1 parent bec6c7c commit 0e8f1ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"components": {
"protocols": [
{
"class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol.Protocol",
"class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol:Protocol",
"description": "A protocol that does xyz...",
"data_access": {
"event": "",
Expand Down

0 comments on commit 0e8f1ff

Please sign in to comment.