Skip to content

Commit b1273e5

Browse files
committed
fix lint issues
1 parent 3e3b8e4 commit b1273e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: discussions.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_discussions(token: str, search_query: str, ghe: str):
5252
# Remove the type:discussions filter from the search query
5353
search_query = search_query.replace("type:discussions ", "")
5454

55-
5655
# Send the GraphQL request
5756
api_endpoint = f"{ghe}/api" if ghe else "https://api.github.com"
5857
headers = {"Authorization": f"Bearer {token}"}

0 commit comments

Comments
 (0)