From 5da4d05bf2fcb929159f22d78d8bf0eeb192b955 Mon Sep 17 00:00:00 2001 From: claude Date: Fri, 19 Jun 2026 22:09:52 +0000 Subject: [PATCH] fix: remove unused Optional import flagged by pyright --- bot_bottle/manifest_git.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot_bottle/manifest_git.py b/bot_bottle/manifest_git.py index 4e8ecf6..ca6e7ee 100644 --- a/bot_bottle/manifest_git.py +++ b/bot_bottle/manifest_git.py @@ -4,7 +4,6 @@ from __future__ import annotations import re from dataclasses import dataclass -from typing import Optional from .manifest_util import ManifestError, as_json_object