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 Feb 12, 2022
1 parent 4283c96 commit bfb74e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_relaying.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Copyright (c) 2021, yolort team. All rights reserved.

from pathlib import Path

import pytest
import torch

from pathlib import Path
from torch import Tensor
from torch.jit._trace import TopLevelTracedModule
from yolort.models import yolov5s
from yolort.relaying import get_trace_module, YOLOTRTGraphSurgeon

from yolort.relaying.yolo_inference import YOLOInference
from yolort.v5 import attempt_download

Expand Down

0 comments on commit bfb74e0

Please sign in to comment.