Skip to content

Commit

Permalink
black a mole
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Oct 5, 2023
1 parent fb138fa commit b6892cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def resolve_instigationStateOrError(

@capture_error
def resolve_unloadableInstigationStatesOrError(
self, graphene_info: ResolveInfo, instigationType: Optional[GrapheneInstigationType] = None # type: ignore (idk)
self, graphene_info: ResolveInfo, instigationType: Optional[GrapheneInstigationType] = None # type: ignore (idk)
):
instigation_type = InstigatorType(instigationType) if instigationType else None
return get_unloadable_instigator_states_or_error(graphene_info, instigation_type)
Expand Down

0 comments on commit b6892cc

Please sign in to comment.