We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953cdab commit 3dc7028Copy full SHA for 3dc7028
schematic/store/synapse.py
@@ -181,7 +181,7 @@ def __init__(
181
Typical usage example:
182
syn_store = SynapseStorage()
183
"""
184
-
+ # TODO: turn root_synapse_cache to a parameter in init
185
self.syn = self.login(token, access_token)
186
self.project_scope = project_scope
187
self.storageFileview = CONFIG.synapse_master_fileview_id
0 commit comments