Skip to content

Commit 001e1a5

Browse files
authored
remove obsolete encoding header (#3361)
1 parent bb88078 commit 001e1a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

beginner_source/examples_autograd/polynomial_autograd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
PyTorch: Tensors and autograd
43
-------------------------------

beginner_source/examples_autograd/polynomial_custom_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
PyTorch: Defining New autograd Functions
43
----------------------------------------

0 commit comments

Comments
 (0)