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