Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Aubin committed Sep 12, 2022
1 parent ef91a6e commit f5a7ce3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions protein_mpnn_utils.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
from __future__ import print_function
import json, time, os, sys, glob
import shutil
import json, time
from string import ascii_lowercase, ascii_uppercase

import numpy as np
import torch
from torch import optim
from torch.utils.data import DataLoader
from torch.utils.data.dataset import random_split, Subset

import copy
import torch.nn as nn
import torch.nn.functional as F
import random
import itertools

#A number of functions/classes are adopted from: https://github.com/jingraham/neurips19-graph-protein-design
Expand Down

0 comments on commit f5a7ce3

Please sign in to comment.