Skip to content

Commit 5369c58

Browse files
Fix formatting
1 parent d034dc3 commit 5369c58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-isinstance/bool_int_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
for element in test_data:
1515
print("bool") if isinstance(element, bool) else print("int")
1616

17-
1817
for element in test_data:
1918
print("bool") if type(element) is bool else print("int")

0 commit comments

Comments
 (0)