aboutsummaryrefslogtreecommitdiffstats
path: root/bin/virttop
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-16 12:04:12 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-16 12:04:12 +0000
commit437fc047e789340ace274159bf2046382b069140 (patch)
tree2434388b565bdb76b247cc7fa081ced4ebc8b8a6 /bin/virttop
parentupdate (diff)
downloadscripts-437fc047e789340ace274159bf2046382b069140.tar.gz
scripts-437fc047e789340ace274159bf2046382b069140.zip
update
Diffstat (limited to 'bin/virttop')
-rwxr-xr-xbin/virttop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/virttop b/bin/virttop
index 61dfd04..24c4bb8 100755
--- a/bin/virttop
+++ b/bin/virttop
@@ -152,7 +152,7 @@ def ffs(
header_list: typing.Optional[typing.List[str]],
numbered: bool,
*args,
-):
+) -> typing.List[str]:
"""A simple columnar printer"""
max_column_width = []
lines = []