From db9096c88145d423e8acaf01c2aca1269e9ac690 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:15:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9b1f9..3a3f7da 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ pip install znfields ## Example -The `znfields.field` supports all arguments from `dataclasses.field` with the additional `getter` argument. +The `znfields.field` supports all arguments from `dataclasses.field` with the +additional `getter` argument. ```python import dataclasses