##// END OF EJS Templates
apply black on the file
apply black on the file

File last commit:

r25029:e1b53e9e
r25105:29618b48
Show More
__init__.py
8 lines | 247 B | text/x-python | PythonLexer
try:
from numpy.testing.noseclasses import KnownFailure, knownfailureif
except ImportError:
from ._decorators import knownfailureif
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass