Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/detect-None-in-default-iterables…
Browse files Browse the repository at this point in the history
…' into detect-None-in-default-iterables
  • Loading branch information
eladshoshani committed Apr 23, 2024
2 parents d5348c4 + af0ae37 commit a7bd447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
RaiseStmt,
RefExpr,
ReturnStmt,
SetExpr,
StarExpr,
Statement,
StrExpr,
Expand All @@ -133,7 +134,6 @@
WithStmt,
YieldExpr,
is_final_node,
SetExpr,
)
from mypy.operators import flip_ops, int_op_to_method, neg_ops
from mypy.options import PRECISE_TUPLE_TYPES, Options
Expand Down

0 comments on commit a7bd447

Please sign in to comment.