Skip to content

Commit 2b52da5

Browse files
committed
Apply darker sugestion
1 parent b13a58b commit 2b52da5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4473,7 +4473,7 @@ def get_cindex_library(self) -> CDLL:
44734473
"LIBCLANG_LIBRARY_PATH or call Config.set_library_path(). "
44744474
"Alternatively, you can specify the exact library file using "
44754475
"LIBCLANG_LIBRARY_FILE or Config.set_library_file()."
4476-
)
4476+
)
44774477
raise LibclangError(msg)
44784478

44794479
return library

clang/bindings/python/tests/cindex/test_environment_variable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class TestEnvironementVariable(unittest.TestCase):
9-
109
def test_working_libclang_library_file(self):
1110
ref_libclang_library_file = Config().get_filename()
1211
with unittest.mock.patch.dict(

0 commit comments

Comments
 (0)