Skip to content

Commit 1ea02f7

Browse files
committed
Rename administrator locator
1 parent df45c53 commit 1ea02f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/databricks/labs/ucx/assessment/sequencing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ class MigrationSequencer:
148148
Analysing the graph in this case means: computing the migration sequence in `meth:generate_steps`.
149149
"""
150150

151-
def __init__(self, ws: WorkspaceClient, admin_locator: AdministratorLocator):
151+
def __init__(self, ws: WorkspaceClient, administrator_locator: AdministratorLocator):
152152
self._ws = ws
153-
self._admin_locator = admin_locator
153+
self._admin_locator = administrator_locator
154154
self._counter = itertools.count()
155155
self._nodes: dict[MigrationNodeKey, MigrationNode] = {}
156156

0 commit comments

Comments
 (0)