fix flake8 errors
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
from setuptools import (
|
||||
Extension,
|
||||
setup,
|
||||
@@ -11,11 +8,10 @@ from setuptools import (
|
||||
with open("text_info.txt") as f:
|
||||
stored_text = f.read()
|
||||
|
||||
print("## stored text: "+stored_text)
|
||||
print("## stored text: " + stored_text)
|
||||
assert stored_text == "sample text"
|
||||
|
||||
|
||||
|
||||
setup(
|
||||
name="spam",
|
||||
ext_modules=[Extension('spam', sources=['spam.c'])],
|
||||
|
||||
Reference in New Issue
Block a user