Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Feb 16, 2021
1 parent 8e5a1ba commit 78023b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from setuptools.command.develop import develop
from setuptools.command.install import install


with open("README.md", "r") as fh:
long_description = fh.read()

Expand Down Expand Up @@ -127,12 +126,11 @@ def add_flags(self):
flags.append('-Wno-attributes')

# Lots of implicit fallthroughs.
#flags.append('-Wimplicit-fallthrough=0')
# flags.append('-Wimplicit-fallthrough=0')

if flags:
os.environ[flag] = " ".join(flags)


def build_extension(self, ext):
if isinstance(ext, CMakeExtension):
extdir = os.path.join(
Expand Down

0 comments on commit 78023b0

Please sign in to comment.