Skip to content

Commit

Permalink
Merge pull request #212 from h2oai/RG/master/fix-211
Browse files Browse the repository at this point in the history
Add missing import for Dict
  • Loading branch information
rasika authored Aug 28, 2024
2 parents 23b76f4 + a9b5a5f commit 0534117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import datatable as dt
import numpy as np
import pandas as pd
from typing import Union, List
from typing import Union, List, Dict
from h2oaicore.data import BaseData

_global_modules_needed_by_name = [] # Optional global package requirements, for multiple custom recipes in a file
Expand Down

0 comments on commit 0534117

Please sign in to comment.