We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902ac1e commit e971abbCopy full SHA for e971abb
alpharaw/match/psm_match_alphatims.py
@@ -1,16 +1,14 @@
1
# TODO to be removed
2
3
-_DEPRECATION_MSG = "has been moved to alphaviz and will be removed from alpharaw in a future version."
+_DEPRECATION_MSG = (
4
+ "has been moved to alphaviz and will be removed from alpharaw in a future version."
5
+)
6
7
8
def load_ms_data_tims(*args, **kwargs):
- raise DeprecationWarning(
- f"load_ms_data_tims {_DEPRECATION_MSG}"
9
- )
+ raise DeprecationWarning(f"load_ms_data_tims {_DEPRECATION_MSG}")
10
11
12
class PepSpecMatch_AlphaTims:
13
def __init__(self, *args, **kwargs):
14
15
- f"PepSpecMatch_AlphaTims {_DEPRECATION_MSG}"
16
+ raise DeprecationWarning(f"PepSpecMatch_AlphaTims {_DEPRECATION_MSG}")
0 commit comments