Skip to content

Commit

Permalink
remove unused type var
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 17, 2024
1 parent 667227f commit c607252
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nplinker/nplinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from os import PathLike
from pprint import pformat
from typing import Sequence
from typing import TypeVar
from typing import overload
from . import setup_logging
from .arranger import DatasetArranger
Expand All @@ -22,8 +21,6 @@

logger = logging.getLogger(__name__)

ObjectType = TypeVar("ObjectType", BGC, GCF, Spectrum, MolecularFamily)


class NPLinker:
"""Main class for the NPLinker application.
Expand Down

0 comments on commit c607252

Please sign in to comment.