InvokeAI/invokeai/app/models/exceptions.py
Martin Kristiansen 218b6d0546 Apply black
2023-07-27 10:54:01 -04:00

5 lines
84 B
Python

class CanceledException(Exception):
"""Execution canceled by user."""
pass