minor fixes and cleanups

This commit is contained in:
The MMGen Project 2025-01-27 16:01:48 +00:00
commit 7131b892e3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 7 additions and 4 deletions

View file

@ -10,7 +10,7 @@
import sys, os
from pathlib import Path
from subprocess import run, PIPE
from subprocess import run
from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext