Skip to content

Commit

Permalink
graphql: remove LOCALHOST definition
Browse files Browse the repository at this point in the history
It is no longer used.
  • Loading branch information
enku committed Jul 18, 2024
1 parent 0e480f3 commit 38ede36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gentoo_build_publisher/graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
)
from gentoo_build_publisher.worker import tasks

LOCALHOST = "127.0.0.1", "::1", "localhost"
SCHEMA_GROUP = "gentoo_build_publisher.graphql_schema"

Info: TypeAlias = GraphQLResolveInfo
Expand Down

0 comments on commit 38ede36

Please sign in to comment.