mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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))
|
print("\r" + " " * (len(self.text) + 3))
|
||||||
|
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def find_common_root(abs_fnames):
|
def find_common_root(abs_fnames):
|
||||||
if len(abs_fnames) == 1:
|
if len(abs_fnames) == 1:
|
||||||
return os.path.dirname(list(abs_fnames)[0])
|
return os.path.dirname(list(abs_fnames)[0])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue