pytorch/torch/utils/tensorboard
Sergii Dymchenko 591222f5d9 Fix use-dict-literal lint (#83718)
Fix use-dict-literal pylint suggestions by changing `dict()` to `{}`. This PR should do the change for every Python file except test/jit/test_list_dict.py, where I think the intent is to test the constructor.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/83718
Approved by: https://github.com/albanD
2022-08-24 00:26:46 +00:00
..
__init__.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
_caffe2_graph.py Fix docstring inconsistencies: string -> str, boolean -> bool (#82410) 2022-07-28 21:29:57 +00:00
_convert_np.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
_embedding.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
_onnx_graph.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
_proto_graph.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
_pytorch_graph.py Fix use-dict-literal lint (#83718) 2022-08-24 00:26:46 +00:00
_utils.py black formatting for utils/tensorboard (#76396) 2022-04-28 00:21:58 +00:00
summary.py [Refactoring] making the code more Pythonic (#82929) 2022-08-08 06:08:21 +00:00
writer.py Fix docstring inconsistencies: string -> str, boolean -> bool (#82410) 2022-07-28 21:29:57 +00:00