Skip to content

Commit

Permalink
adding/removing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DrillableBit committed Jan 12, 2025
1 parent 0944b63 commit 8180f0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions aiarena/graphql/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from graphene_django import DjangoObjectType
from graphene_django.forms.mutation import _set_errors_flag_to_context
from graphene_django.types import ErrorType

from graphql import GraphQLError

from aiarena.core.utils import camel_case
Expand Down
5 changes: 0 additions & 5 deletions aiarena/graphql/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ class UpdateBotInput(CleanedInputType):
bot_zip_publicly_downloadable = graphene.Boolean()
bot_data_enabled = graphene.Boolean()
bot_data_publicly_downloadable = graphene.Boolean()






class UpdateBot(CleanedInputMutation):
bot = graphene.Field(BotType)
Expand Down

0 comments on commit 8180f0d

Please sign in to comment.