Skip to content

Commit

Permalink
Fix import Iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Oct 3, 2024
1 parent c2a9cd3 commit fe65226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/databricks/labs/ucx/contexts/application.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import abc
import logging
from collections.abc import Callable
from collections.abc import Callable, Iterable
from datetime import timedelta
from functools import cached_property
from pathlib import Path
from typing import Iterable

from databricks.labs.blueprint.installation import Installation
from databricks.labs.blueprint.installer import InstallState
Expand Down

0 comments on commit fe65226

Please sign in to comment.