Skip to content

Commit 75bb473

Browse files
committed
Fix Lint
1 parent 4d73f05 commit 75bb473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ def find_library(header):
276276
include_dir = HOMEBREW_PATH / "include"
277277
library_dir = HOMEBREW_PATH / "lib"
278278
if (include_dir / header).exists():
279-
print(f"{searching_for}. Found in {include_dir}.")
280-
return True, str(include_dir), str(library_dir)
279+
print(f"{searching_for}. Found in {include_dir}.")
280+
return True, str(include_dir), str(library_dir)
281281

282282
return False, None, None
283283

0 commit comments

Comments
 (0)