From 9fc2d61876f9f98949d46d9dc019d4556b0e2ee9 Mon Sep 17 00:00:00 2001 From: RalfG Date: Wed, 17 Apr 2024 17:08:16 +0200 Subject: [PATCH] Remove unused import --- ms2rescore/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ms2rescore/__main__.py b/ms2rescore/__main__.py index 2b2eee1..12560ad 100644 --- a/ms2rescore/__main__.py +++ b/ms2rescore/__main__.py @@ -5,7 +5,6 @@ import importlib.resources import json import logging -import pstats import sys from pathlib import Path from typing import Union