Commit a2aefc05 authored by Jason Madden's avatar Jason Madden

lint whitespace.

parent cc576fd4
...@@ -47,9 +47,11 @@ else: ...@@ -47,9 +47,11 @@ else:
gettotalrefcount = getattr(sys, 'gettotalrefcount', None) gettotalrefcount = getattr(sys, 'gettotalrefcount', None)
OPTIONAL_MODULES = ['resolver_ares'] OPTIONAL_MODULES = ['resolver_ares']
class ExpectedException(Exception): class ExpectedException(Exception):
"""An exception whose traceback should be ignored""" """An exception whose traceback should be ignored"""
def wrap_switch_count_check(method): def wrap_switch_count_check(method):
@wraps(method) @wraps(method)
def wrapped(self, *args, **kwargs): def wrapped(self, *args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment