Skip to content

Commit

Permalink
undo other test change
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Dec 27, 2020
1 parent 7e340f9 commit e0dd2dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions responses/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from __future__ import absolute_import, print_function, division, unicode_literals
from typing import List

import _io
import inspect
Expand Down Expand Up @@ -196,10 +195,6 @@ def get_wrapped(func, responses):
return wrapper


calls_2: List[Call] = []
bar = iter(calls_2)


class CallList(Sequence, Sized):
def __init__(self):
self._calls = []
Expand Down

0 comments on commit e0dd2dc

Please sign in to comment.