Fix missing Optional import in transaction_freeze.py
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
dca629a279
commit
788b7b30fc
@ -7,7 +7,7 @@ Runs on a schedule to increment weeks and process contested transactions.
|
||||
import asyncio
|
||||
import random
|
||||
from datetime import datetime, UTC
|
||||
from typing import Dict, List, Tuple, Set
|
||||
from typing import Dict, List, Tuple, Set, Optional
|
||||
from dataclasses import dataclass
|
||||
|
||||
import discord
|
||||
|
||||
Loading…
Reference in New Issue
Block a user