Skip to content

Commit ba56de1

Browse files
committed
add coding UTF-8 declaration
1 parent 6e3e453 commit ba56de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/nn/modules/conv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding=utf-8
12
import math
23
import torch
34
from torch.nn.parameter import Parameter

0 commit comments

Comments
 (0)