diff --git a/src/ampform/sympy/_cache.py b/src/ampform/sympy/_cache.py index 421f4d89c..4eedf83b6 100644 --- a/src/ampform/sympy/_cache.py +++ b/src/ampform/sympy/_cache.py @@ -18,7 +18,7 @@ def get_system_cache_directory() -> str: r"""Return the system cache directory for the current platform. - >>> import sys, pytest + >>> import sys >>> if sys.platform.startswith("darwin"): ... assert get_system_cache_directory().endswith("/Library/Caches") >>> if sys.platform.startswith("linux"):