From 6b1986a9aa412c2773e41196601cc68e4ce2afec Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:28:42 -0500 Subject: [PATCH] Example flake8 error --- hatch_version_action_example/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 8ecc75f..de180d8 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,3 +1,5 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT + +assert None == None