diff --git a/CHANGELOG.md b/CHANGELOG.md index 088dd5e..5574ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +* Remove mistaken import from `typing_extensions`. + ## 2.6.3 - 2026-05-07 * Add an "ocr" extra. diff --git a/src/dpsprep/options.py b/src/dpsprep/options.py index d7c7558..c8e0ce5 100644 --- a/src/dpsprep/options.py +++ b/src/dpsprep/options.py @@ -1,10 +1,9 @@ import json from collections.abc import Iterator, Mapping from dataclasses import dataclass -from typing import Any, Literal, cast, get_args +from typing import Any, Literal, cast, get_args, override import click -from typing_extensions import override from dpsprep.exceptions import DpsPrepConfigError from dpsprep.ranges import (