Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Mar 5, 2020
1 parent ccf9b8f commit 2384265
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions sympy_bot/tests/test_webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -755,20 +741,6 @@ def mocked_update_wiki(*args, **kwargs):
'action': action,
}

commit = {
'files': [
{
'status': 'modified',
},
],
'parents': [
{
"url": commit_url,
"sha": sha,
},
],
}

commits = [
{
'author': {
Expand Down Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -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 = [
{
Expand Down

0 comments on commit 2384265

Please sign in to comment.