From 39c838a55376f935e41e15187f0cd021ca563d61 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:35:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e22e7..61fbb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `.get` accessor for even properties ([#165]) ### Fixed -- Fixed event `__eq__` operator raising `AttributeError` on non-CloudEvent values ([#172]) +- Fixed event `__eq__` operator raising `AttributeError` on non-CloudEvent values ([#172]) ### Changed - Code quality and styling tooling is unified and configs compatibility is ensured ([#167])