diff options
Diffstat (limited to 'polymatrix/utils/deprecation.py')
-rw-r--r-- | polymatrix/utils/deprecation.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/polymatrix/utils/deprecation.py b/polymatrix/utils/deprecation.py index c9dea71..3e4302a 100644 --- a/polymatrix/utils/deprecation.py +++ b/polymatrix/utils/deprecation.py @@ -1,5 +1,7 @@ -""" Provides tools to mark parts of code a deprecated, for a smoother -transition to new code. """ +""" +Provides tools to mark parts of code a deprecated, for a smoother transition to +new code. +""" from __future__ import annotations from typing import Callable, Any, overload from warnings import warn |