Skip to content

Commit

Permalink
Get wraps from functools instead of astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonaldson committed Jan 5, 2022
1 parent af59c9e commit 732f17a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyvo/utils/decorators.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 732f17a

Please sign in to comment.