fix: add missing Any import in exceptions.py
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
"""Custom exceptions for VoIdea application."""
|
||||
|
||||
from typing import Any
|
||||
|
||||
|
||||
class AppError(Exception):
|
||||
"""Base application exception.
|
||||
|
||||
Reference in New Issue
Block a user