We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2da655 commit a867412Copy full SHA for a867412
src/databricks/labs/ucx/source_code/graph.py
@@ -46,7 +46,6 @@ def path(self):
46
return self._dependency.path
47
48
def register_library(self, library: str) -> list[DependencyProblem]:
49
- # TODO: https://github.com/databrickslabs/ucx/issues/1643
50
return self._resolver.register_library(self.path_lookup, library)
51
52
def register_notebook(self, path: Path) -> list[DependencyProblem]:
0 commit comments