Clean up package imports

This commit is contained in:
Joscha 2019-06-06 14:15:45 +00:00
parent dec73f183f
commit 9c389b64e4
2 changed files with 8 additions and 22 deletions

View file

@ -8,10 +8,8 @@ from .markup import AT, AttributedText, Attributes
__all__ = ["Line", "AttributedLines"]
Line = Tuple[Attributes, AttributedText]
class AttributedLines:
"""
AttributedLines is a list of lines of AttributedText that maintains a