Skip to content

Commit

Permalink
make it clear that stubs are auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Sep 19, 2024
1 parent e96222c commit e4914bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ def get_import_str(module: str, members: Optional[Set[str]]) -> str:
[sig.replace("\n", "\n ") for sig in signatures_with_comments_as_str]
)

body = f"""
body = f"""# This file is auto-generated by generate_stubs.py.
# Please do not edit this file directly.
{imports_block}
class Faker:
Expand Down

0 comments on commit e4914bf

Please sign in to comment.