Skip to content

Commit

Permalink
FIX disable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Nov 23, 2023
1 parent aba5750 commit 8e39a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alpharaw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!python

import warnings
warnings.filterwarnings("ignore")

def register_readers():
from .ms_data_base import ms_reader_provider
from .legacy_msdata import mgf
Expand Down

0 comments on commit 8e39a1b

Please sign in to comment.