Skip to content

Commit a867412

Browse files
authored
Remove finished TODO #1643 from code (#1858)
Remove finished TODO #1643 from code
1 parent f2da655 commit a867412

File tree

1 file changed

+0
-1
lines changed
  • src/databricks/labs/ucx/source_code

1 file changed

+0
-1
lines changed

src/databricks/labs/ucx/source_code/graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def path(self):
4646
return self._dependency.path
4747

4848
def register_library(self, library: str) -> list[DependencyProblem]:
49-
# TODO: https://github.com/databrickslabs/ucx/issues/1643
5049
return self._resolver.register_library(self.path_lookup, library)
5150

5251
def register_notebook(self, path: Path) -> list[DependencyProblem]:

0 commit comments

Comments
 (0)