nit: fix py import

This commit is contained in:
Olivier Chafik 2025-01-30 12:42:34 +00:00
parent 9685043274
commit 2bb3fed337

View file

@ -16,7 +16,7 @@ import logging
import os
from typing import Generator
from pydantic import BaseModel
from typing import *
from typing import Optional
import subprocess