Skip to content

Commit 5a05056

Browse files
committed
.
1 parent 60a57c9 commit 5a05056

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

code-interpreter/app/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import logging
55
import subprocess
66
from collections.abc import AsyncGenerator
7-
from contextlib import asynccontextmanager
8-
from contextlib import suppress
7+
from contextlib import asynccontextmanager, suppress
98
from importlib.metadata import version as _package_version
109
from shutil import which
1110
from typing import Final

0 commit comments

Comments
 (0)