Skip to content

Commit 5875fde

Browse files
committed
fix accident commit
1 parent 04bb879 commit 5875fde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mypy/constant_fold.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,3 @@ def constant_fold_unary_op(op: str, value: ConstantValue) -> int | float | None:
205205
elif op == "+" and isinstance(value, (int, float)):
206206
return value
207207
return None
208-
209-
210-
def is_f_string_expr(expr: Expression) -> TypeGuard[CallExpr]:
211-

0 commit comments

Comments
 (0)