Skip to content

Commit

Permalink
去掉多余字符
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Aug 1, 2022
1 parent 20d5842 commit 634c712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routers/request/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
import json
import random
import uuid
from collections import deque
from json import JSONDecodeError
from typing import List, Dict

from fastapi import Depends, APIRouter
deque

from app.core.executor import Executor
from app.crud.test_case.TestcaseDataDao import PityTestcaseDataDao
from app.enums.CertEnum import CertType
Expand Down

0 comments on commit 634c712

Please sign in to comment.