Skip to content

Commit

Permalink
ignore SyntaxWarning of biopython
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenoner committed Oct 16, 2024
1 parent 3060aa1 commit 30e609b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/protspace/main.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import argparse
import warnings
from typing import Optional

from .app import ProtSpace
from .config import DEFAULT_PORT

warnings.filterwarnings("ignore", category=SyntaxWarning)


def parse_arguments() -> argparse.Namespace:
parser = argparse.ArgumentParser(description="ProtSpace")
Expand Down

0 comments on commit 30e609b

Please sign in to comment.