From 22169b99b7756349baddae84b2b4e058acce5599 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 15 Aug 2025 21:48:09 +0100 Subject: Isort all scripts --- scripts/check_whitespace.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/check_whitespace.py') diff --git a/scripts/check_whitespace.py b/scripts/check_whitespace.py index 9223213a..9b917c4e 100755 --- a/scripts/check_whitespace.py +++ b/scripts/check_whitespace.py @@ -4,7 +4,9 @@ # Copyright (C) 2018 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import sys, os.path, unicodedata +import os.path +import sys +import unicodedata HaveError = False -- cgit v1.2.3-70-g09d2