Skip to content

Commit

Permalink
fix for lint_python
Browse files Browse the repository at this point in the history
  • Loading branch information
L1aoXingyu committed May 31, 2021
1 parent 54f96ba commit 0572765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastreid/layers/weight_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import warnings

import torch
from torch import nn
from torch import nn, Tensor


def weights_init_kaiming(m):
Expand Down

0 comments on commit 0572765

Please sign in to comment.