Skip to content

Commit

Permalink
black, isort fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbleile committed Jul 25, 2024
1 parent 1c44e88 commit 5855c67
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pori_python/graphkb/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import hashlib
import json
import os
import logging
import os
import re
import time
from datetime import datetime
Expand Down
1 change: 0 additions & 1 deletion pori_python/ipr/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def check_status(interval: int = 5, num_attempts: int = 5):
]:
raise Exception(f"async report upload in unexpected state: {check_result}")


return current_status

current_status = check_status()
Expand Down
2 changes: 1 addition & 1 deletion pori_python/ipr/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
IprVariant,
)

from .util import hash_key, logger, pandas_falsy
from .constants import DEFAULT_URL
from .util import hash_key, logger, pandas_falsy

protein_letters_3to1.setdefault("Ter", "*")

Expand Down
2 changes: 1 addition & 1 deletion tests/test_graphkb/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def kras(conn):
return [f["displayName"] for f in match.get_equivalent_features(conn, "kras")]


"""
"""
version found in the db for ENSG00000133703 will vary depending on which
version of ensembl was loaded. checking for any . version
"""
Expand Down

0 comments on commit 5855c67

Please sign in to comment.