Skip to content

Commit

Permalink
Import annotations from future in label py
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 7, 2024
1 parent 1de46af commit e3d0fd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/textual/widgets/_label.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Provides a simple Label widget."""

from __future__ import annotations

from typing import Literal

from rich.console import RenderableType
Expand Down

0 comments on commit e3d0fd2

Please sign in to comment.