We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a57c9 commit 5a05056Copy full SHA for 5a05056
1 file changed
code-interpreter/app/main.py
@@ -4,8 +4,7 @@
4
import logging
5
import subprocess
6
from collections.abc import AsyncGenerator
7
-from contextlib import asynccontextmanager
8
-from contextlib import suppress
+from contextlib import asynccontextmanager, suppress
9
from importlib.metadata import version as _package_version
10
from shutil import which
11
from typing import Final
0 commit comments