Skip to content

Commit c10f85d

Browse files
committed
chore: fix types
1 parent 3624769 commit c10f85d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

narrative_llm_tools/cli/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from narrative_llm_tools.state.conversation import validate_line
88

99

10-
def main():
10+
def main() -> None:
1111
parser = argparse.ArgumentParser(
1212
description="Validate a .jsonl file against the Narrative Conversation File Format specification."
1313
)

uv.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)