Skip to content

Commit 471d4f5

Browse files
committed
style(cli): format skill command module
1 parent f252164 commit 471d4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/notebooklm/cli/skill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class SkillTarget:
1717
label: str
1818
relative_path: Path
1919

20+
2021
TARGETS = {
2122
"claude": SkillTarget("Claude Code", Path(".claude") / "skills" / "notebooklm" / "SKILL.md"),
2223
"agents": SkillTarget("Agent Skills", Path(".agents") / "skills" / "notebooklm" / "SKILL.md"),

0 commit comments

Comments
 (0)