updade from Atlas repo

This commit is contained in:
Luciano Ramalho
2021-05-21 18:56:12 -03:00
parent c518bf851e
commit 8a330d822b
120 changed files with 2190 additions and 1184 deletions

View File

@@ -16,8 +16,8 @@ schedule_v2.py: property to get venue linked to an event
"""
# tag::SCHEDULE2_RECORD[]
import json
import inspect # <1>
import json
JSON_PATH = 'data/osconfeed.json'

View File

@@ -20,8 +20,8 @@ schedule_v3.py: property to get list of event speakers
# end::SCHEDULE3_DEMO[]
"""
import json
import inspect
import json
JSON_PATH = 'data/osconfeed.json'

View File

@@ -18,8 +18,8 @@ schedule_v4.py: homegrown cached property for speakers
# end::SCHEDULE4_DEMO[]
"""
import json
import inspect
import json
JSON_PATH = 'data/osconfeed.json'