diff --git a/src/poetry/installation/executor.py b/src/poetry/installation/executor.py index aff14ccd145..4cb60ee98c2 100644 --- a/src/poetry/installation/executor.py +++ b/src/poetry/installation/executor.py @@ -311,11 +311,6 @@ def _do_execute_operation(self, operation: Operation) -> int: return 0 if not self._enabled or self._dry_run: -<<<<<<< HEAD:src/poetry/installation/executor.py - self._io.write_line(f" • {operation_message}") - -======= ->>>>>>> 73b6da5e (Executor: Remove duplicate entry with dry-run argument):poetry/installation/executor.py return 0 result: int = getattr(self, f"_execute_{method}")(operation)