Skip to content

Commit

Permalink
Removed unused imports #91
Browse files Browse the repository at this point in the history
  • Loading branch information
weka511 committed May 6, 2024
1 parent b9f1790 commit 07d94bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BA11E.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
'''BA11E Sequence a Peptide'''

from argparse import ArgumentParser
from os.path import basename,splitext,join
from os.path import basename
from time import time
import numpy as np
from matplotlib.pyplot import figure, show
from helpers import read_strings
from spectrum import SequencePeptide
from reference_tables import integer_masses, test_masses
Expand Down

0 comments on commit 07d94bf

Please sign in to comment.