From f143318cfd89ce008e24f66ce8764c743ea98292 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 16:54:07 +0800 Subject: [PATCH] style: remove extra blank line in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove redundant blank line between Data Analysis and Data Validation sections for consistent spacing. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b646b2e2..799bf87a 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows. * [polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API. - ## Data Validation *Libraries for validating data. Used for forms in many cases.*