Skip to content

Commit

Permalink
remove from public
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 22, 2024
1 parent 0c30d1f commit cfa8f71
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/psygnal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"evented",
"EventedModel",
"get_evented_namespace",
"get_signal_from_field",
"is_evented",
"Signal",
"SignalGroup",
Expand All @@ -52,12 +51,7 @@
from ._evented_decorator import evented
from ._exceptions import EmitLoopError
from ._group import EmissionInfo, SignalGroup
from ._group_descriptor import (
SignalGroupDescriptor,
get_evented_namespace,
get_signal_from_field,
is_evented,
)
from ._group_descriptor import SignalGroupDescriptor, get_evented_namespace, is_evented
from ._queue import emit_queued
from ._signal import Signal, SignalInstance, _compiled
from ._throttler import debounced, throttled
Expand Down

0 comments on commit cfa8f71

Please sign in to comment.