Making some changes in the imports of test_asyncv.py
This commit is contained in:
parent
36af821edf
commit
81f9ecb0ee
1 changed files with 4 additions and 6 deletions
|
|
@ -1,12 +1,10 @@
|
|||
import asyncio
|
||||
|
||||
import pytest
|
||||
from flask import Flask, Blueprint, request
|
||||
from flask.views import MethodView, View
|
||||
|
||||
|
||||
|
||||
from flask import Blueprint
|
||||
from flask import Flask
|
||||
from flask import request
|
||||
from flask.views import MethodView
|
||||
from flask.views import View
|
||||
|
||||
pytest.importorskip("asgiref")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue