Skip to content

Commit

Permalink
Add missing import for Dict
Browse files Browse the repository at this point in the history
  • Loading branch information
rasika committed Aug 27, 2024
1 parent 23b76f4 commit a9b5a5f
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 a9b5a5f

Please sign in to comment.