Skip to content

Commit cf1d436

Browse files
committed
Python lint
1 parent 9b86430 commit cf1d436

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def find_library(header):
7777

7878

7979
def make_extension():
80-
8180
heic_found, heic_include_dir, heic_library_dir = find_library(
8281
header="libheif/heif_cxx.h"
8382
)
@@ -108,7 +107,6 @@ def make_extension():
108107

109108

110109
if __name__ == "__main__":
111-
112110
with open("README.md") as f:
113111
readme = f.read()
114112

0 commit comments

Comments
 (0)