Skip to content

Commit c0e81b9

Browse files
remove stray comment
1 parent a8b0076 commit c0e81b9

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
@@ -1536,7 +1536,6 @@ def invalidate_environment(self, name: str, sync: bool = False) -> None:
15361536
name: The name of the environment to invalidate.
15371537
sync: If True, the call blocks until the environment is deleted. Otherwise, the environment will
15381538
be deleted asynchronously by the janitor process.
1539-
protect_prod: If True, prevents invalidation of the production environment.
15401539
"""
15411540
name = Environment.sanitize_name(name)
15421541
self.state_sync.invalidate_environment(name)

0 commit comments

Comments
 (0)