From e3a69fffadfee23c031de02404432147de930b7e Mon Sep 17 00:00:00 2001 From: jace-roell Date: Fri, 18 Oct 2024 12:27:13 -0400 Subject: [PATCH] revert linting Signed-off-by: jace-roell --- packages/imperative/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/imperative/CHANGELOG.md b/packages/imperative/CHANGELOG.md index 538bdb0c5..9893f8b27 100644 --- a/packages/imperative/CHANGELOG.md +++ b/packages/imperative/CHANGELOG.md @@ -2,10 +2,6 @@ All notable changes to the Imperative package will be documented in this file. -## Recent Changes - -- I fixed random linting warnings here and I want to appease the changelog check, idk what to put here - ## `8.2.0` - Enhancement: Use the new SDK method `ConfigUtils.hasTokenExpired` to check whether a given JSON web token has expired. [#2298](https://github.com/zowe/zowe-cli/pull/2298)