Skip to content

Commit 760e975

Browse files
authored
[FIX] Use NotSet instead of _NotSetType(), add mypy line ignore (#826)
1 parent a0321c6 commit 760e975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_ci/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def schedule_test(gh_commit: Commit.Commit) -> None:
664664

665665

666666
def update_status_on_github(gh_commit: Commit.Commit, state, description, context,
667-
target_url=GithubObject._NotSetType()):
667+
target_url=GithubObject.NotSet): # type: ignore
668668
"""
669669
Update status on GitHub.
670670

0 commit comments

Comments
 (0)