pytorch/torch/utils/_sympy
Bob Ren 7f9c06462f fix mypi in utils/_sympy/functions.py (#136339)
Signed-off-by: Bob Ren <bobren@fb.com>

Turns out older versions of python, in particular 3.8 shows errors that 3.12 doesn't. For posterity these are the steps I took to reproduce:

```
conda create -n py38 python=3.8
conda activate py38
pip install -r requirements.txt
lintrunner init
dmypy restart && lintrunner --all-files --take MYPY
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/136339
Approved by: https://github.com/Skylion007
ghstack dependencies: #136205
2024-09-20 18:39:16 +00:00
..
__init__.py
functions.py fix mypi in utils/_sympy/functions.py (#136339) 2024-09-20 18:39:16 +00:00
interp.py Replace sympy Min/Max with reimplementations (#133319) 2024-08-25 05:05:59 +00:00
numbers.py Pin sympy >= 1.13.0 (#130895) 2024-07-20 00:59:24 +00:00
reference.py Add TensorReferenceAnalysis and some tests (#135886) 2024-09-14 23:09:40 +00:00
singleton_int.py [BE][Easy][19/19] enforce style for empty lines in import segments in torch/[o-z]*/ (#129771) 2024-08-01 17:07:14 +00:00
solve.py [BE][Easy][19/19] enforce style for empty lines in import segments in torch/[o-z]*/ (#129771) 2024-08-01 17:07:14 +00:00
symbol.py
value_ranges.py Improve performance of sympy_generic_le (#135622) 2024-09-11 16:20:03 +00:00