Skip to content

Commit 2e21745

Browse files
committed
Fix ruff error by adding __all__ = ["PlainTextTerminal"]
1 parent d348c33 commit 2e21745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PlainTextTerminal/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
__version__ = "1.0.0"
2121

2222
VERSION = __version__
23+
24+
__all__ = ["PlainTextTerminal"]

0 commit comments

Comments
 (0)