Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 24, 2022
1 parent a1f9059 commit ce13ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yolort/runtime/logits_decoder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) 2021, yolort team. All rights reserved.
from typing import List, Tuple

import torch
from torch import nn, Tensor
from yolort.models.box_head import _concat_pred_logits, _decode_pred_logits
Expand Down

0 comments on commit ce13ca5

Please sign in to comment.