Skip to content

Commit

Permalink
Removed unnecessary import of h5py into the convert data utility
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcunnin committed Jan 6, 2020
1 parent e2a5054 commit c40b0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/convert_binding_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import h5py, csv
import csv
from collections import *
from itertools import *
from tqdm import tqdm as tqdm
Expand Down

0 comments on commit c40b0a4

Please sign in to comment.