From 79b5a1ef89d8d3beeb820d4faad13493f1858854 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 16 May 2024 18:04:13 -0600 Subject: [PATCH] Remove a comma --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a57cde0..aabad758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * [#555](https://github.com/nsidc/earthaccess/issues/555): YAML formatting is now performed with `yamlfmt` instead of `prettier`. * [#511](https://github.com/nsidc/earthaccess/issues/511): Replaced `print` - calls with `logging` calls, where appropriate and added T20 Ruff rule. + calls with `logging` calls where appropriate and added T20 Ruff rule. * Enhancements