Skip to content

Commit 6439b13

Browse files
committed
add inline comment
1 parent 6c85e5f commit 6439b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/checkstrformat.py

+1
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ def conversion_type(
10741074
[self.named_type("builtins.int"), self.named_type("builtins.str")]
10751075
)
10761076
elif p.startswith(("<", ">", "=", "^")):
1077+
# THIS CODE IS WRONG
10771078
return UnionType(
10781079
[
10791080
self.named_type("builtins.int"),

0 commit comments

Comments
 (0)