Skip to content

Commit

Permalink
Ensure that Tab is available from textual.widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Mar 14, 2023
1 parent cfb8219 commit f46d208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Fixed how the namespace for messages is calculated to facilitate inheriting messages https://github.com/Textualize/textual/issues/1814
- `Tab` is now correctly made available from `textual.widgets`.

## [0.15.0] - 2023-03-13

Expand Down
3 changes: 3 additions & 0 deletions src/textual/widgets/_tab.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from ._tabs import Tab

__all__ = ["Tab"]

0 comments on commit f46d208

Please sign in to comment.