Skip to content

Commit 1ef4243

Browse files
committed
[mypy] Add/fix annotations for boolean_algebra
1 parent dc17c67 commit 1ef4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boolean_algebra/quine_mc_cluskey.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def compare_string(string1: str, string2: str) -> str:
77
'0_10'
88
99
>>> compare_string('0110','1101')
10-
-1
10+
'X'
1111
"""
1212
l1 = list(string1)
1313
l2 = list(string2)

0 commit comments

Comments
 (0)