Skip to content

Commit 2b191a0

Browse files
committed
Remove unused type: ignore comment
1 parent 6917c18 commit 2b191a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cookie_python/manage/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_release(self, tag: str) -> None:
4848
print(f"Should create release {tag}")
4949
# PyGithub's repository create_tag_and_release() doesn't support
5050
# generate_release_notes
51-
self.repo._requester.requestJsonAndCheck( # type: ignore
51+
self.repo._requester.requestJsonAndCheck(
5252
"POST",
5353
f"/repos/{self.repo.full_name}/releases",
5454
input={

0 commit comments

Comments
 (0)