Skip to content

Commit

Permalink
Added missing future import
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Oct 30, 2024
1 parent 6d8ca54 commit ca4a826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mteb/caching.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import json
from functools import lru_cache
from typing import Callable


Expand Down

0 comments on commit ca4a826

Please sign in to comment.