fix type hints (#30)
Browse files- 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 |
|