Skip to content

Commit

Permalink
Update helpers.py getargspec renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau authored Sep 2, 2024
1 parent 63689e3 commit 1385422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystellibs/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
import sys
from functools import partial, wraps, update_wrapper
try
try:
from inspect import getargspec
except ImportError: # Apparently since py3.11
from inspect import getfullargspec as getargspec
Expand Down

0 comments on commit 1385422

Please sign in to comment.