Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Dec 1, 2024
1 parent 7342a20 commit 7b5cab9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devtools/plot-over-time.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@
help="Print the DataFrame of results",
)


def find_prs_with_file(repo_name, github_token):
"""
Find all pull requests that added a `metadata.yaml` file to the repository.
"""
pattern = re.compile(r"metadata\.yaml$")

g = Github(github_token)
repo = g.get_repo(repo_name)

prs_with_file = []

# Iterate through all pull requests in the repository
Expand Down

0 comments on commit 7b5cab9

Please sign in to comment.