Skip to content

Commit 67f8bd5

Browse files
committed
feat: Format code
1 parent b230855 commit 67f8bd5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/ghastoolkit/octokit/graphql/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
DEPENDENCY_GRAPH_ALERTS = """\
32
{
43
repository(owner: "$owner", name: "$repo") {
@@ -80,10 +79,7 @@
8079
"""
8180

8281

83-
8482
QUERIES = {
8583
"GetDependencyAlerts": DEPENDENCY_GRAPH_ALERTS,
86-
"GetDependencyInfo": DEPENDENCY_GRAPH_INFO
84+
"GetDependencyInfo": DEPENDENCY_GRAPH_INFO,
8785
}
88-
89-

src/ghastoolkit/octokit/octokit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ratelimit import limits, sleep_and_retry
1010

1111
from ghastoolkit.octokit.github import GitHub, Repository
12-
from ghastoolkit.octokit.graphql import QUERIES
12+
from ghastoolkit.octokit.graphql import QUERIES
1313

1414

1515
# Assume REST requests are being done by a GitHub Token, not

0 commit comments

Comments
 (0)