From efe3bcf9b8d99da17bb722c5fdce453208b77019 Mon Sep 17 00:00:00 2001 From: B4rtware <34386047+B4rtware@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:53:24 +0100 Subject: [PATCH] apply black format --- graphene_django/rest_framework/tests/test_mutation.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/graphene_django/rest_framework/tests/test_mutation.py b/graphene_django/rest_framework/tests/test_mutation.py index 46d72ab..a594fc2 100644 --- a/graphene_django/rest_framework/tests/test_mutation.py +++ b/graphene_django/rest_framework/tests/test_mutation.py @@ -229,10 +229,7 @@ def test_perform_mutate_success(): result = MyMethodMutation.mutate_and_get_payload( None, mock_info(), - **{ - "cool_name": "Narf", - "last_edited": datetime.date(2020, 1, 4), - } + **{"cool_name": "Narf", "last_edited": datetime.date(2020, 1, 4),} ) assert result.errors is None