From 52f2d7017d4461c7df79ba1b0178eae00f4b6982 Mon Sep 17 00:00:00 2001 From: chema Date: Sun, 29 Jun 2025 20:19:07 +0200 Subject: [PATCH] Fix Path import in lint.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lint.py b/lint.py index 0f32f58..0276414 100755 --- a/lint.py +++ b/lint.py @@ -8,6 +8,7 @@ import argparse import importlib.util import subprocess import sys +from pathlib import Path def is_venv():