Skip to content

Commit 7a62e8f

Browse files
authored
linting
1 parent 4cfad5f commit 7a62e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autowrap/ConversionProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class IntegerConverter(TypeConverterBase):
220220
def get_base_types(self) -> List[str]:
221221
return [
222222
"int",
223-
"bint", # C boolean type
223+
"bint", # C boolean type
224224
"long",
225225
"int32_t",
226226
"ptrdiff_t",

0 commit comments

Comments
 (0)