mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: remove unnecessary import in aider/utils.py
This commit is contained in:
parent
880ade4f12
commit
1a50a8cc5e
1 changed files with 0 additions and 3 deletions
|
@ -272,9 +272,6 @@ class Spinner:
|
|||
print("\r" + " " * (len(self.text) + 3))
|
||||
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def find_common_root(abs_fnames):
|
||||
if len(abs_fnames) == 1:
|
||||
return os.path.dirname(list(abs_fnames)[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue