From af6ae8da8a263c38b79b37c3f53980e880fdad58 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 28 Aug 2024 12:17:40 -0700 Subject: [PATCH] restore json --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index 0cecb0e04..f51100aac 100644 --- a/aider/models.py +++ b/aider/models.py @@ -1,4 +1,5 @@ import difflib +import json import math import os import platform