clan-cli: fix cyclic import problem

This commit is contained in:
DavHau
2024-09-06 15:24:50 +02:00
parent 5cd9960ed4
commit 3089296328
5 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
import subprocess
from pathlib import Path