remove deprecated parameter

This commit is contained in:
bobturneruk 2020-09-24 11:14:14 +01:00 committed by Neil Lawrence
parent ec20f9ed3a
commit 04a9d9d994
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ from nose import SkipTest
try:
import matplotlib
matplotlib.use('agg', warn=False)
matplotlib.use('agg')
except ImportError:
# matplotlib not installed
from nose import SkipTest