From ce13ca517dffb06a19c6fb7b50dd4300b414aca7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:27:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- yolort/runtime/logits_decoder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yolort/runtime/logits_decoder.py b/yolort/runtime/logits_decoder.py index a245422d6..f47e0cc4e 100644 --- a/yolort/runtime/logits_decoder.py +++ b/yolort/runtime/logits_decoder.py @@ -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