File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -1806,7 +1806,7 @@ def subplot_mosaic(
1806
1806
1807
1807
@overload
1808
1808
def subplot_mosaic (
1809
- mosaic : list [HashableList [_T ]],
1809
+ mosaic : Sequence [HashableList [_T ]],
1810
1810
* ,
1811
1811
sharex : bool = ...,
1812
1812
sharey : bool = ...,
@@ -1822,7 +1822,7 @@ def subplot_mosaic(
1822
1822
1823
1823
@overload
1824
1824
def subplot_mosaic (
1825
- mosaic : list [HashableList [Hashable ]],
1825
+ mosaic : Sequence [HashableList [Hashable ]],
1826
1826
* ,
1827
1827
sharex : bool = ...,
1828
1828
sharey : bool = ...,
@@ -1837,7 +1837,7 @@ def subplot_mosaic(
1837
1837
1838
1838
1839
1839
def subplot_mosaic (
1840
- mosaic : str | list [HashableList [_T ]] | list [HashableList [Hashable ]],
1840
+ mosaic : str | Sequence [HashableList [_T ]] | Sequence [HashableList [Hashable ]],
1841
1841
* ,
1842
1842
sharex : bool = False ,
1843
1843
sharey : bool = False ,
You can’t perform that action at this time.
0 commit comments