Skip to content

Commit

Permalink
Add: Export RepositoryType and WorkflowRunStatus from github api module
Browse files Browse the repository at this point in the history
The pontos.github.api module should be the main import point for users
of pontos.
  • Loading branch information
bjoernricks committed Sep 28, 2022
1 parent e90754c commit be42939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pontos/github/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
JSON,
JSON_OBJECT,
FileStatus,
RepositoryType,
WorkflowRunStatus,
)

__all__ = [
Expand All @@ -31,4 +33,6 @@
"GitHubRESTApi",
"DEFAULT_TIMEOUT_CONFIG",
"DEFAULT_GITHUB_API_URL",
"RepositoryType",
"WorkflowRunStatus",
]

0 comments on commit be42939

Please sign in to comment.