diff --git a/pyvo/utils/decorators.py b/pyvo/utils/decorators.py index 8567a14f0..47e9e72f3 100644 --- a/pyvo/utils/decorators.py +++ b/pyvo/utils/decorators.py @@ -1,7 +1,6 @@ # Licensed under a 3-clause BSD style license - see LICENSE.rst -from functools import partial -from astropy.utils.decorators import wraps +from functools import partial, wraps def stream_decode_content(func):