Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8ef748

Browse files
committed
Removed unused nose import in switch_backend
1 parent 70f54a8 commit e8ef748

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/testing/decorators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ def find_dotted_module(module_name, path=None):
419419
def switch_backend(backend):
420420
# Local import to avoid a hard nose dependency and only incur the
421421
# import time overhead at actual test-time.
422-
import nose
423422
def switch_backend_decorator(func):
424423
def backend_switcher(*args, **kwargs):
425424
try:

0 commit comments

Comments
 (0)