Skip to content

Commit feefdab

Browse files
committed
Remove misleading comment
1 parent dcc6d8e commit feefdab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/dbt/adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def _relevance(package_name_pair: t.Tuple[t.Optional[str], str]) -> t.Tuple[int,
140140

141141
jinja_env = self.jinja_macros.build_environment(**self.jinja_globals).globals
142142

143-
# Build the set of packages to check based on dispatch configuration
144143
packages_to_check: t.List[t.Optional[str]] = [None]
145144
if macro_namespace is not None:
146145
if macro_namespace in jinja_env:

0 commit comments

Comments
 (0)