From 2384265cf592bc557dad57816a01c2a5cd71cecf Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Thu, 5 Mar 2020 15:34:30 -0700 Subject: [PATCH] Remove unused variables --- sympy_bot/tests/test_webapp.py | 56 ---------------------------------- 1 file changed, 56 deletions(-) diff --git a/sympy_bot/tests/test_webapp.py b/sympy_bot/tests/test_webapp.py index 9ef0575..37dbae9 100644 --- a/sympy_bot/tests/test_webapp.py +++ b/sympy_bot/tests/test_webapp.py @@ -606,20 +606,6 @@ def mocked_update_wiki(*args, **kwargs): }, ] - commit = { - 'files': [ - { - 'status': 'modified', - }, - ], - 'parents': [ - { - "url": commit_url, - "sha": sha, - }, - ], - } - # Has comment from sympy-bot comments = [ { @@ -755,20 +741,6 @@ def mocked_update_wiki(*args, **kwargs): 'action': action, } - commit = { - 'files': [ - { - 'status': 'modified', - }, - ], - 'parents': [ - { - "url": commit_url, - "sha": sha, - }, - ], - } - commits = [ { 'author': { @@ -960,20 +932,6 @@ def mocked_update_wiki(*args, **kwargs): }, ] - commit = { - 'files': [ - { - 'status': 'modified', - }, - ], - 'parents': [ - { - "url": commit_url, - "sha": sha, - }, - ], - } - # Has comment from sympy-bot comments = [ { @@ -1160,20 +1118,6 @@ def mocked_update_wiki(*args, **kwargs): }, ] - commit = { - 'files': [ - { - 'status': 'modified', - }, - ], - 'parents': [ - { - "url": commit_url, - "sha": sha, - }, - ], - } - # Has comment from sympy-bot comments = [ {