Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jul 2, 2024
1 parent 7056acc commit 84a6e06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions STOUT/repack/helper.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import os
import tensorflow as tf
import tensorflow.keras as keras
import re
import unicodedata
import numpy as np
import pystow
from typing import List, Tuple, Dict
Expand Down Expand Up @@ -103,6 +100,7 @@ def split_iupac(IUPACName: str) -> str:
tokenized_IUPACname = " ".join(map(str, splitted_list))
return tokenized_IUPACname
except Exception as e:
print(e)
print(IUPACName)


Expand Down
1 change: 0 additions & 1 deletion STOUT/stout.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import pickle
import pystow
import re
import logging
from .repack import helper

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tensorflow-gpu==2.15.0
pystow
unicodedata2
jpype1
rdkit

0 comments on commit 84a6e06

Please sign in to comment.