From 7a9988c06018535bbe115d35a6020a030be2a02e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 31 Oct 2024 14:45:35 -0700 Subject: [PATCH] style: fix linting issues in io.py --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index 26abb291c..89f43a7d7 100644 --- a/aider/io.py +++ b/aider/io.py @@ -715,6 +715,7 @@ class InputOutput: # Use rich Columns for pretty output from io import StringIO + from rich.columns import Columns output = StringIO()