mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-10 16:22:37 +02:00
ran pre-commit
This commit is contained in:
parent
b9fa3687eb
commit
9da02df70c
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class DependencyFile:
|
|||
try:
|
||||
key = Path(filename).relative_to(root).as_posix()
|
||||
except ValueError:
|
||||
key= Path(filename).as_posix()
|
||||
key = Path(filename).as_posix()
|
||||
return set(self._dependencies.get(str(key), {}))
|
||||
|
||||
def delete_file(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue