Skip to content

Commit c7ef714

Browse files
author
AzeezIsh
committed
Adhered to black checkstyle.
1 parent 2b1a5ca commit c7ef714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utility_functions.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_all_types() -> list:
2626
"""Returns all types"""
2727
return [b8, s16, s32, s64, u8, u16, u32, u64, f16, f32, f64, c32, c64]
2828

29+
2930
def get_float_types() -> list:
3031
"""Returns all types"""
3132
return [f16, f32, f64]

0 commit comments

Comments
 (0)