8000 Add stubs for `chevron` package by faresbakhit · Pull Request #7139 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Add stubs for chevron package #7139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 5, 2022
Merged
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2022
commit 0c586919fc77611cf442bbfe7f53e9e28876fff0
3 changes: 2 additions & 1 deletion stubs/chevron/chevron/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .main import cli_main as cli_main, main as main
from .renderer import render as render
from .tokenizer import ChevronError as ChevronError
__all__ = ['main', 'render', 'cli_main', 'ChevronError']

__all__ = ["main", "render", "cli_main", "ChevronError"]
0