Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Apr 27, 2024
1 parent bcf61de commit 680913d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gumath/gumath_backend.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion ndtypes/ndtypes_backend.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion xnd/xnd_backend.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 680913d

Please sign in to comment.