nastasiasnk commited on
Commit
e2acca9
1 Parent(s): 98eefd8

Update imports_utils.py

Browse files
Files changed (1) hide show
  1. imports_utils.py +3 -4
imports_utils.py CHANGED
@@ -54,9 +54,6 @@ notion = Client(auth=notion_token)
54
 
55
 
56
 
57
- from RECODE_speckle_utils import speckle_utils
58
- from RECODE_speckle_utils import data_utils
59
-
60
  speckleToken = os.getenv('speckleToken')
61
  if speckleToken is None:
62
  raise Exception("Speckle token not found")
@@ -162,6 +159,8 @@ def get_page_by_id(notion_db_pages, page_id):
162
  return pg
163
 
164
 
 
 
165
  def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
166
 
167
 
@@ -172,7 +171,7 @@ def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
172
  commit_id = commit_id_dm)
173
 
174
  return stream_distance_matrices
175
-
176
 
177
 
178
  def fetchDomainMapper (luAttributePages):
 
54
 
55
 
56
 
 
 
 
57
  speckleToken = os.getenv('speckleToken')
58
  if speckleToken is None:
59
  raise Exception("Speckle token not found")
 
159
  return pg
160
 
161
 
162
+ """
163
+
164
  def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
165
 
166
 
 
171
  commit_id = commit_id_dm)
172
 
173
  return stream_distance_matrices
174
+ """
175
 
176
 
177
  def fetchDomainMapper (luAttributePages):