From 766569a278150bcec075e19fa5a66d296fd1c4c4 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 10 Sep 2024 09:45:05 -0700 Subject: [PATCH] refactor: Remove unused ctypes import --- aider/run_cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/run_cmd.py b/aider/run_cmd.py index f7389ad55..103f4042b 100644 --- a/aider/run_cmd.py +++ b/aider/run_cmd.py @@ -1,4 +1,3 @@ -import ctypes import os import platform import subprocess