fix: remove unused Optional import
All checks were successful
Ruff Lint / lint (pull_request) Successful in 18s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-18 16:02:54 -05:00
parent 911c6842e4
commit 3a85564a6d

View File

@ -9,7 +9,6 @@ a Discord API hiccup never disrupts game flow.
"""
import logging
from typing import Optional
import discord