Skip to content

Commit 4bd2185

Browse files
committed
pre-commit fixes
1 parent 7f029bd commit 4bd2185

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent/commit0_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def get_file_info(file_path: Path, prefix: str = "") -> str:
119119

120120

121121
def get_target_edit_files(target_dir: str) -> list[str]:
122-
"""Find the files with functions with the pass statement.
123-
"""
122+
"""Find the files with functions with the pass statement."""
124123
files = []
125124
for root, _, filenames in os.walk(target_dir):
126125
for filename in filenames:

0 commit comments

Comments
 (0)