fix for lint_python

pull/504/head
liaoxingyu 2021-05-31 17:40:33 +08:00
parent 54f96ba78a
commit 0572765085
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import math
import warnings
import torch
from torch import nn
from torch import nn, Tensor
def weights_init_kaiming(m):