Skip to content

Commit

Permalink
Added missing UnboundSignal export
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 28, 2024
1 parent 1908f7d commit b5c6c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asphalt/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from ._exceptions import NoCurrentContext as NoCurrentContext
from ._exceptions import ResourceConflict as ResourceConflict
from ._exceptions import ResourceNotFound as ResourceNotFound
from ._exceptions import UnboundSignal as UnboundSignal
from ._runner import run_application as run_application
from ._utils import PluginContainer as PluginContainer
from ._utils import callable_name as callable_name
Expand Down

0 comments on commit b5c6c0d

Please sign in to comment.