Skip to content

Commit 3c71e3a

Browse files
authored
fix missing import
1 parent 607f1f7 commit 3c71e3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

airbyte/_util/uv_util.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import subprocess
77
from pathlib import Path
88

9+
from airbyte import exceptions as exc
10+
911

1012
def run_uv_command(
1113
args: list[str],

0 commit comments

Comments
 (0)