-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fullscreen/realtime interface for samples (#865)"
This reverts commit 047de72.
- Loading branch information
Showing
60 changed files
with
1,227 additions
and
3,722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,6 @@ | ||
from .core.active import display | ||
from .core.display import ( | ||
Display, | ||
Progress, | ||
TaskCancelled, | ||
TaskError, | ||
TaskProfile, | ||
TaskResult, | ||
TaskScreen, | ||
TaskSuccess, | ||
TaskWithResult, | ||
) | ||
from ._display import Display | ||
from .rich import rich_display | ||
|
||
__all__ = [ | ||
"display", | ||
"Display", | ||
"Progress", | ||
"TaskCancelled", | ||
"TaskError", | ||
"TaskProfile", | ||
"TaskResult", | ||
"TaskScreen", | ||
"TaskWithResult", | ||
"TaskSuccess", | ||
] | ||
|
||
def display() -> Display: | ||
return rich_display() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.