Skip to content

Commit 0977ccc

Browse files
Joshix-1github-actions[bot]
authored andcommitted
🤦
1 parent 40ec2c6 commit 0977ccc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎typed_stream/__main__.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ def main() -> str | None:
130130
arg_parser.parse_args([sys.argv[0], "--help"])
131131
for method in methods:
132132
print(f"Stream.{method}:")
133-
print(f"\t{getattr(getattr(Stream, method, None), '__doc__', None)}")
133+
print(
134+
f"\t{getattr(getattr(Stream, method, None), '__doc__', None)}"
135+
)
134136
return None
135137

136138
return run_program(options)

0 commit comments

Comments
 (0)