Skip to content

Commit

Permalink
Fix TypeError.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Jan 18, 2024
1 parent f84e068 commit b2e9109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kivymd/uix/textfield/textfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ def build(self):
max_text_length: 10
"""

from __future__ import annotations

__all__ = (
"BaseTextFieldIcon",
"BaseTextFieldLabel",
Expand Down

0 comments on commit b2e9109

Please sign in to comment.