Skip to content

Commit

Permalink
Forward fix lint (#128587)
Browse files Browse the repository at this point in the history
merge at will
After #125968
and #127693
landrace

Pull Request resolved: #128587
Approved by: https://github.com/huydhn
  • Loading branch information
clee2000 authored and pytorchmergebot committed Jun 13, 2024
1 parent c52eda8 commit 518c9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions torch/_inductor/jagged_lowerings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
from typing import List, Optional, Tuple, Union

import sympy
Expand Down
1 change: 1 addition & 0 deletions torch/utils/_sympy/numbers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: allow-untyped-defs
import mpmath.libmp as mlib # type: ignore[import-untyped]
import sympy
from sympy import Expr
Expand Down

0 comments on commit 518c9e6

Please sign in to comment.