Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalmeida1994 committed Nov 27, 2024
1 parent 3e3b8e4 commit b1273e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def get_discussions(token: str, search_query: str, ghe: str):
# Remove the type:discussions filter from the search query
search_query = search_query.replace("type:discussions ", "")


# Send the GraphQL request
api_endpoint = f"{ghe}/api" if ghe else "https://api.github.com"
headers = {"Authorization": f"Bearer {token}"}
Expand Down

0 comments on commit b1273e5

Please sign in to comment.