diff --git a/pystellibs/helpers.py b/pystellibs/helpers.py index c72a166..8c60e26 100644 --- a/pystellibs/helpers.py +++ b/pystellibs/helpers.py @@ -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