Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Sep 14, 2015
1 parent 30e63bb commit 20dc895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion astropy/utils/compat/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from ...extern import six

import functools
import inspect
import sys


Expand Down
1 change: 1 addition & 0 deletions astropy/utils/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ def _get_function_args_internal(func):
for `make_function_with_signature`. This requires different
implementations on Python 2 versus Python 3.
"""

argspec = inspect.getargspec(func)

if argspec.defaults:
Expand Down

0 comments on commit 20dc895

Please sign in to comment.