Skip to content

Commit

Permalink
minor: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Jan 24, 2024
1 parent 2431bb5 commit 03ccb2c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion massdash/structs/Chromatogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

import pyopenms as po
from typing import Optional, Tuple, List
from typing import Optional
import pandas as pd

# Structs
Expand Down
1 change: 0 additions & 1 deletion massdash/structs/Mobilogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~
"""

from typing import Tuple
import pandas as pd

# Structs
Expand Down
1 change: 0 additions & 1 deletion massdash/structs/Spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
~~~~~~~~~~~~~~~~~~~~~~~~~
"""

from typing import Tuple
import pandas as pd

# Structs
Expand Down

0 comments on commit 03ccb2c

Please sign in to comment.