Skip to content

Commit

Permalink
(api-break) remove Box and Event
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Sep 15, 2024
1 parent 2395e56 commit d241f9a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 333 deletions.
8 changes: 0 additions & 8 deletions sphinx/box.rst

This file was deleted.

8 changes: 0 additions & 8 deletions sphinx/event.rst

This file was deleted.

2 changes: 0 additions & 2 deletions sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ Inter-task sychronization and communication.
.. toctree::
:hidden:

box
event
queue
4 changes: 1 addition & 3 deletions src/asyncgui_ext/synctools/all.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
__all__ = (
'Event', 'Box', 'Queue',
'Queue',
)
from .event import Event
from .box import Box
from .queue import Queue
74 changes: 0 additions & 74 deletions src/asyncgui_ext/synctools/box.py

This file was deleted.

52 changes: 0 additions & 52 deletions src/asyncgui_ext/synctools/event.py

This file was deleted.

102 changes: 0 additions & 102 deletions tests/test_box.py

This file was deleted.

84 changes: 0 additions & 84 deletions tests/test_event.py

This file was deleted.

0 comments on commit d241f9a

Please sign in to comment.