Skip to content

Commit

Permalink
list -> List
Browse files Browse the repository at this point in the history
  • Loading branch information
aarchiba committed Mar 5, 2024
1 parent da07be4 commit 1b3b20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pint/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"get_unit",
]

COLOR_NAMES: list[str] = [
COLOR_NAMES: List[str] = [
"black",
"red",
"green",
Expand All @@ -126,7 +126,7 @@
"cyan",
"white",
]
TEXT_ATTRIBUTES: list[str] = [
TEXT_ATTRIBUTES: List[str] = [
"normal",
"bold",
"subdued",
Expand Down

0 comments on commit 1b3b20f

Please sign in to comment.