Skip to content

Commit ad33911

Browse files
naquib314pgm
authored andcommitted
Added usage of taiga client v3 in smiles2svg
1 parent 57dbd54 commit ad33911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smiles-to-svg/smiles2svg/smiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from taigapy import TaigaClient
1+
from taigapy import create_taiga_client_v3
22
from google.cloud import storage
33

44
import pandas as pd
@@ -39,7 +39,7 @@ def get_compound_data(taiga_id: str) -> pd.DataFrame:
3939
Returns:
4040
DataFrame: A dataframe containing the compound data
4141
"""
42-
tc = TaigaClient()
42+
tc = create_taiga_client_v3()
4343
return tc.get(taiga_id)
4444

4545

0 commit comments

Comments
 (0)