From 91ba408082d88ead6906d2e7ee9e930aa9145002 Mon Sep 17 00:00:00 2001 From: John Bieling Date: Wed, 30 Oct 2024 17:30:23 +0000 Subject: [PATCH] Bug 1928027 - fix ycm_extra_conf.py according to ../mach commlint --fix. r=freaktechnik Differential Revision: https://phabricator.services.mozilla.com/D227326 --HG-- extra : moz-landing-system : lando --- .ycm_extra_conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 05fb579f62..d25bc4d0f3 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -2,7 +2,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -import imp, os, sys +import imp +import os +import sys old_bytecode = sys.dont_write_bytecode sys.dont_write_bytecode = True