Skip to content

Commit

Permalink
[PLAT-914] Missing import statement and wiring.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2719cf0896fed1fbaaba9fc627fd3a300c74c14f
  • Loading branch information
tylersbray committed Jul 17, 2023
1 parent 83debf1 commit 387b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gretel_client/evaluation/quality_report.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from pathlib import Path
from typing import Optional, Union
from typing import List, Optional, Union

from gretel_client.config import get_session_config, RunnerMode
from gretel_client.evaluation.reports import (
Expand Down

0 comments on commit 387b6f5

Please sign in to comment.