Skip to content

Commit ef47368

Browse files
committed
fix python3.7 support
1 parent 7c98a50 commit ef47368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/silx/gui/plot/items/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ class LineMixIn(ItemMixInBase):
853853
_DEFAULT_LINESTYLE: LineStyleType = "-"
854854
"""Default line style"""
855855

856-
_SUPPORTED_LINESTYLE: str | None = "", " ", "-", "--", "-.", ":", None
856+
_SUPPORTED_LINESTYLE = "", " ", "-", "--", "-.", ":", None
857857
"""Supported line styles"""
858858

859859
def __init__(self):

0 commit comments

Comments
 (0)