Skip to content

Commit 4b28ba9

Browse files
authored
Merge pull request #421 from ambient-code/style/fix-black-formatting-from-416
style: fix black formatting left unformatted by #416
2 parents f056752 + 70f5ebe commit 4b28ba9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/agentready/assessors/documentation.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ def _create_remediation(self) -> Remediation:
479479
],
480480
tools=[],
481481
commands=[],
482-
examples=[
483-
"""# Project Name
482+
examples=["""# Project Name
484483
485484
## Overview
486485
What this project does and why it exists.
@@ -503,8 +502,7 @@ def _create_remediation(self) -> Remediation:
503502
# Format code
504503
black .
505504
```
506-
"""
507-
],
505+
"""],
508506
citations=[
509507
Citation(
510508
source="GitHub",

0 commit comments

Comments
 (0)