From caddc1c499783e5b8418a226aa96f1d1ab6e1be4 Mon Sep 17 00:00:00 2001 From: 3hhh Date: Thu, 2 Jul 2020 10:42:45 +0200 Subject: [PATCH] storage/callback: pylint: disable line-too-long --- qubes/storage/callback.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qubes/storage/callback.py b/qubes/storage/callback.py index cf7254a3..a0c57a02 100644 --- a/qubes/storage/callback.py +++ b/qubes/storage/callback.py @@ -17,6 +17,8 @@ # License along with this library; if not, see . # +# pylint: disable=line-too-long + import logging import subprocess import json