Skip to content

Commit 04e8baf

Browse files
committed
Add future annotations to support python 3.8
1 parent df34edf commit 04e8baf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/e2b_code_interpreter/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import logging
24
import threading
35
from concurrent.futures import Future

0 commit comments

Comments
 (0)