Skip to content

Commit

Permalink
Quick spelling and unused module fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Oct 10, 2024
1 parent 0f1f1ff commit e8b27fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion prp/models/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class TypingResultEmm(RWModel):


class EmmTypingMethodIndex(RWModel):
"""Method Index Shiga."""
"""Method Index Emm."""

type: Literal[TypingMethod.EMMTYPE]
software: Literal[TypingSoftware.EMMTYPER]
Expand Down
2 changes: 0 additions & 2 deletions prp/parse/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import csv
import json
import logging
import pandas as pd
import numpy as np

from ..models.sample import MethodIndex
from ..models.typing import (
Expand Down

0 comments on commit e8b27fa

Please sign in to comment.