Fix Path import in lint.py

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
chema
2025-06-29 20:19:07 +02:00
parent e360d5ad59
commit 52f2d7017d

View File

@@ -8,6 +8,7 @@ import argparse
import importlib.util
import subprocess
import sys
from pathlib import Path
def is_venv():