Skip to content

Commit

Permalink
ruff changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Dec 3, 2024
1 parent 2e9278a commit 8d34490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion mumble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__version__ = "0.1.2"
__all__ = ["PSMHandler"]

from mumble.mumble import PSMHandler, _ModificationHandler, _ModificationCache
from mumble.mumble import PSMHandler
5 changes: 2 additions & 3 deletions tests/test_mumble.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
import pickle
from unittest import mock

import pytest
from unittest.mock import MagicMock, patch, mock_open
from unittest.mock import MagicMock
import pandas as pd
from collections import namedtuple
from psm_utils import PSMList, PSM, Peptidoform
Expand Down

0 comments on commit 8d34490

Please sign in to comment.