Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 3, 2024
1 parent dbabab0 commit 778aa0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/missense_kinase_toolkit/databases/cbioportal.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def __init__(
self,
study_id: str,
) -> None:
"""Initialize Mutations Class object.
"""Initialize Mutations Class object.
Upon initialization, cBioPortal API is queried and mutations for specificied study are retrieved.
Parameters
Expand Down
2 changes: 1 addition & 1 deletion src/missense_kinase_toolkit/databases/klifs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class KLIFS():
"""Class to interact with the KLIFS API."""
def __init__(self):
"""Initialize KLIFS Class object.
Upon initialization, KLIFS API is queried.
Attributes
Expand Down
2 changes: 1 addition & 1 deletion tests/test_databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_missense_kinase_toolkit_database_imported():
"""Test if module is imported."""
import sys
import missense_kinase_toolkit.databases

assert "missense_kinase_toolkit.databases" in sys.modules


Expand Down

0 comments on commit 778aa0e

Please sign in to comment.