mirror of https://github.com/tiangolo/fastapi.git
Optimize imports
This commit is contained in:
parent
2e6fd31045
commit
3be3e86ff4
|
|
@ -1,7 +1,6 @@
|
|||
"""Tests for initialization of FastAPI app instance."""
|
||||
|
||||
import pytest
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue