style: run linter and fix import order

This commit is contained in:
Paul Gauthier (aider) 2024-09-04 14:00:33 -07:00
parent 51f360ab9f
commit bd7ff9cca4

View file

@ -1,8 +1,9 @@
import unittest
from unittest.mock import MagicMock, patch
from aider.linter import Linter
from aider.dump import dump
from aider.linter import Linter
class TestLinter(unittest.TestCase):
def setUp(self):