From f6d0cb88f0065e0b0f6de3a09324f6f40add4eaf Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 4 Sep 2026 14:18:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20imports,=20org?= =?UTF-8?q?anize=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_annex_duplicates.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git_annex_duplicates.py b/git_annex_duplicates.py index 662e60b..101d19a 100644 --- a/git_annex_duplicates.py +++ b/git_annex_duplicates.py @@ -1,8 +1,5 @@ -import subprocess import collections -import os.path -import re - +import subprocess from pathlib import Path import click