Skip to content

Commit e971abb

Browse files
committed
formatting
1 parent 902ac1e commit e971abb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# TODO to be removed
22

3-
_DEPRECATION_MSG = "has been moved to alphaviz and will be removed from alpharaw in a future version."
3+
_DEPRECATION_MSG = (
4+
"has been moved to alphaviz and will be removed from alpharaw in a future version."
5+
)
46

57

68
def load_ms_data_tims(*args, **kwargs):
7-
raise DeprecationWarning(
8-
f"load_ms_data_tims {_DEPRECATION_MSG}"
9-
)
9+
raise DeprecationWarning(f"load_ms_data_tims {_DEPRECATION_MSG}")
1010

1111

1212
class PepSpecMatch_AlphaTims:
1313
def __init__(self, *args, **kwargs):
14-
raise DeprecationWarning(
15-
f"PepSpecMatch_AlphaTims {_DEPRECATION_MSG}"
16-
)
14+
raise DeprecationWarning(f"PepSpecMatch_AlphaTims {_DEPRECATION_MSG}")

0 commit comments

Comments
 (0)