Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
uSpike committed Mar 13, 2021
1 parent bc1f5fa commit 12e924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_router_events.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
from fastapi import APIRouter, FastAPI
from fastapi.testclient import TestClient
from pydantic import BaseModel
import pytest


class State(BaseModel):
Expand Down

0 comments on commit 12e924d

Please sign in to comment.