"docs/api/openai-compatibility.mdx" did not exist on "558a54b098dc5044f5c4167ede5c327c970185a2"
Python typing: Use 'str', not 'string' (#6422)
https://mypy.readthedocs.io/en/latest/cheat_sheet.html [flake8](http://flake8.pycqa.org) testing of https://github.com/tensorflow/models on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__ ``` ./official/recommendation/data_pipeline.py:346:41: F821 undefined name 'string' epoch_dir=None # type: string ^ ```
Showing
Please register or sign in to comment