Skip to content

Commit

Permalink
Fix Self import
Browse files Browse the repository at this point in the history
  • Loading branch information
Innixma committed Oct 17, 2024
1 parent 92c0cf7 commit 9b65c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabrepo/simulation/simulation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from collections import defaultdict
import json
from pathlib import Path
from typing import Optional, List, Union, Self, Tuple
from typing import Optional, List, Union, Tuple
from typing_extensions import Self

import pandas as pd
from autogluon.common.loaders import load_json, load_pd
Expand Down

0 comments on commit 9b65c66

Please sign in to comment.