Datasets:
mteb
/

Samoed commited on
Commit
3f4965d
·
unverified ·
1 Parent(s): 1d30609

fix type hints (#30)

Browse files
Files changed (1) hide show
  1. results.py +1 -0
results.py CHANGED
@@ -1,4 +1,5 @@
1
  """MTEB Results"""
 
2
 
3
  import json
4
 
 
1
  """MTEB Results"""
2
+ from __future__ import annotations
3
 
4
  import json
5