fix(hybrid): 🐛 Fix import order and add missing json import

fix(uv): 🐛 Update unshackle package version to 1.0.2
This commit is contained in:
Andy
2025-07-29 19:11:11 +00:00
parent fbb140ec90
commit e8e376ad51
2 changed files with 9 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
import logging
import subprocess
import os
import sys
import json
import logging
import os
import subprocess
import sys
from pathlib import Path
from rich.rule import Rule
from rich.padding import Padding
from rich.padding import Padding
from rich.rule import Rule
from unshackle.core.binaries import DoviTool
from unshackle.core.config import config
from unshackle.core.console import console
from unshackle.core.binaries import DoviTool
class Hybrid:

2
uv.lock generated
View File

@@ -1479,7 +1479,7 @@ wheels = [
[[package]]
name = "unshackle"
version = "1.0.1"
version = "1.0.2"
source = { editable = "." }
dependencies = [
{ name = "appdirs" },