Skip to content

Commit

Permalink
Remove unused closure
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Jul 26, 2018
1 parent 6249aca commit 26673cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,6 @@ def test_invalid_action(self, local_client, s3_client):
)

def test_correct_output(self, local_client, s3_client):
def keyboard_interrupt():
raise KeyboardInterrupt()

clients = [local_client, s3_client]
worker = sync.SyncWorker(local_client, s3_client)

Expand Down

0 comments on commit 26673cd

Please sign in to comment.