Skip to content

Commit 92e8030

Browse files
authored
Chore: Remove dead line in selector (#4011)
1 parent 4c49186 commit 92e8030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlmesh/core/selector.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def __init__(
4040
self._default_catalog = default_catalog
4141
self._dialect = dialect
4242
self._git_client = GitClient(context_path)
43-
self.__models_by_tag: t.Optional[t.Dict[str, t.Set[str]]] = None
4443

4544
if dag is None:
4645
self._dag: DAG[str] = DAG()

0 commit comments

Comments
 (0)