From 680913db628adf91db00162dc019568df26704e5 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 27 Apr 2024 17:29:58 +0200 Subject: [PATCH] Fix whitespace. --- gumath/gumath_backend.py | 2 +- ndtypes/ndtypes_backend.py | 2 +- xnd/xnd_backend.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gumath/gumath_backend.py b/gumath/gumath_backend.py index 0b2e8c9..4cd9423 100644 --- a/gumath/gumath_backend.py +++ b/gumath/gumath_backend.py @@ -1,6 +1,6 @@ from flit.buildapi import build_wheel as _build_wheel from flit.buildapi import build_sdist as _build_sdist -import os ,platform, shutil +import os, platform, shutil import subprocess, sys, sysconfig def check_err(proc): diff --git a/ndtypes/ndtypes_backend.py b/ndtypes/ndtypes_backend.py index 47bf5fe..c3fe387 100644 --- a/ndtypes/ndtypes_backend.py +++ b/ndtypes/ndtypes_backend.py @@ -1,6 +1,6 @@ from flit.buildapi import build_wheel as _build_wheel from flit.buildapi import build_sdist as _build_sdist -import os ,platform, shutil +import os, platform, shutil import subprocess, sys, sysconfig def check_err(proc): diff --git a/xnd/xnd_backend.py b/xnd/xnd_backend.py index 07bb77a..c1123f6 100644 --- a/xnd/xnd_backend.py +++ b/xnd/xnd_backend.py @@ -1,6 +1,6 @@ from flit.buildapi import build_wheel as _build_wheel from flit.buildapi import build_sdist as _build_sdist -import os ,platform, shutil +import os, platform, shutil import subprocess, sys, sysconfig def check_err(proc):