serJD commited on
Commit
aa82995
·
verified ·
1 Parent(s): f3a5171

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -3,6 +3,7 @@ import json
3
  import re
4
  from specklepy.transports.server import ServerTransport
5
  from specklepy.api import operations
 
6
 
7
  def get_database_properties(database_pages):
8
  # Iterate through the results (each page corresponds to a row in the database)
 
3
  import re
4
  from specklepy.transports.server import ServerTransport
5
  from specklepy.api import operations
6
+ import time
7
 
8
  def get_database_properties(database_pages):
9
  # Iterate through the results (each page corresponds to a row in the database)