From e25f8c18ba4bcbfcc41f34f4ab0d02cd84bf1471 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Wed, 19 Jan 2022 16:54:44 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index 5d16f0c..556513d 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -199,10 +199,9 @@ def eternal_oom(): t4 = lambda : os.kill(t9['PID_x'][0], signal.SIGKILL) t10 = lambda : mem_used > 3 * 1024 * 1024 if t10(): - import pandas pprint.pprint([ 'Killing', - pandas_row(t9, 0), + t9, mem_used, ]) t4()