Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Oct 29, 2024
1 parent d6941b2 commit 1a695bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging
import os
from copy import deepcopy
from enum import Enum, StrEnum
from itertools import chain

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import logging
import re
from copy import deepcopy
from dataclasses import dataclass, field
from itertools import chain

import numpy as np
from Bio import Align
from bravado.client import SwaggerClient

from missense_kinase_toolkit.databases import kinase_schema
from missense_kinase_toolkit.databases.aligners import (
BL2UniProtAligner,
Kincore2UniProtAligner,
Expand Down

0 comments on commit 1a695bf

Please sign in to comment.