From 57f14700d9d388b1c9d83dadb427a12621404b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20Vehmaanper=C3=A4?= Date: Wed, 7 Aug 2024 20:08:39 +0300 Subject: [PATCH] Fix lint --- docs/user-guide/lazy/execution.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user-guide/lazy/execution.md b/docs/user-guide/lazy/execution.md index 77713be810f95..d5fcf1a896757 100644 --- a/docs/user-guide/lazy/execution.md +++ b/docs/user-guide/lazy/execution.md @@ -48,5 +48,3 @@ If your data requires more memory than you have available Polars may be able to {{code_block('user-guide/lazy/execution','stream',['scan_csv','collect'])}} We look at [streaming in more detail here](streaming.md). - -```