Skip to content

Commit

Permalink
type the one function
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 27, 2023
1 parent 5370011 commit 2a0f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/scripts/gen_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from github import Github


def gen_release_notes(filename):
def gen_release_notes(filename: str):
git = Github(os.environ["GITHUB_TOKEN"])
repo = git.get_repo("MDAnalysis/mdanalysis")

Expand Down

0 comments on commit 2a0f2de

Please sign in to comment.