Skip to content

Commit 20d72b1

Browse files
remove stray comment
1 parent 8235611 commit 20d72b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sqlmesh/core/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,6 @@ def invalidate_environment(self, name: str, sync: bool = False) -> None:
15741574
name: The name of the environment to invalidate.
15751575
sync: If True, the call blocks until the environment is deleted. Otherwise, the environment will
15761576
be deleted asynchronously by the janitor process.
1577-
protect_prod: If True, prevents invalidation of the production environment.
15781577
"""
15791578
name = Environment.sanitize_name(name)
15801579
self.state_sync.invalidate_environment(name)

0 commit comments

Comments
 (0)