Skip to content

Commit

Permalink
docs: fix example with lazy loading repository (#7704)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed May 3, 2022
1 parent bc2e62d commit 756540e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def other_expensive_job():
def lazy_loaded_repository():
return {
'jobs': {'expensive_job': make_expensive_job},
'schedules': {'expensive_schedule: make_expensive_schedule}
'schedules': {'expensive_schedule': make_expensive_schedule}
}
Expand Down

0 comments on commit 756540e

Please sign in to comment.