diff --git a/CHANGELOG.md b/CHANGELOG.md index f137098..a2b7ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -* Using built-in tools to automatically version FIREWHEEL. -* Adding the horizontal logo for FIREWHEEL to the README. -* Fixing the license appearance on PyPI. -* Fixing a few references to GitLab that should be GitHub. ### Deprecated diff --git a/src/firewheel/tests/unit/cli/test_cli.py b/src/firewheel/tests/unit/cli/test_cli.py index 4de8f8e..d5be4d4 100644 --- a/src/firewheel/tests/unit/cli/test_cli.py +++ b/src/firewheel/tests/unit/cli/test_cli.py @@ -7,7 +7,6 @@ import unittest.mock from importlib.metadata import version -import firewheel from firewheel.config import Config from firewheel.cli.utils import HelperNotFoundError from firewheel.cli.firewheel_cli import FirewheelCLI