| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 68df142 commit 42ae730
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | import itertools | |
| 6 | 6 | from six.moves import range | |
| 7 | 7 | ||
| 8 | - from curtsies import fsarray, fmtstr | ||
| 8 | + from curtsies import fsarray, fmtstr, FSArray | ||
| 9 | 9 | from curtsies.formatstring import linesplit | |
| 10 | 10 | from curtsies.fmtfuncs import bold | |
| 11 | 11 | ||
@@ -178,7 +178,7 @@ def paint_infobox(rows, columns, matches, funcprops, arg_pos, match, docstring, | |||
| 178 | 178 | config, match_format): | |
| 179 | 179 | """Returns painted completions, funcprops, match, docstring etc.""" | |
| 180 | 180 | if not (rows and columns): | |
| 181 | - return fsarray(0, 0) | ||
| 181 | + return FSArray(0, 0) | ||
| 182 | 182 | width = columns - 4 | |
| 183 | 183 | from_argspec = (formatted_argspec(funcprops, arg_pos, width, config) | |
| 184 | 184 | if funcprops else []) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments