Skip to content

Commit

Permalink
Make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Dec 29, 2023
1 parent 9b66cc9 commit 64e35cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from sqlalchemy import delete as sql_delete
from sqlalchemy import text
from sqlalchemy.ext.asyncio import AsyncConnection, AsyncSession

from blacksheepsqlalchemy import use_sqlalchemy
from tests.domain import Country

Expand Down
5 changes: 3 additions & 2 deletions tests/test_blacksheepsqlalchemy.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from pathlib import Path
from typing import Literal

import pytest
from blacksheep.client import ClientSession
from blacksheep.contents import JSONContent
from blacksheep.server import Application

from blacksheepsqlalchemy import use_sqlalchemy
from typing import Literal

from .fixtures import * # NoQA


Expand Down

0 comments on commit 64e35cb

Please sign in to comment.