Skip to content

Commit

Permalink
Use narrower mypy codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Nov 1, 2023
1 parent efbaf28 commit e6af8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from aiohttp.test_utils import unused_port
from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
from xprocess import ProcessStarter # type: ignore[import]
from xprocess import ProcessStarter # type: ignore[import-untyped]

import cerbottana.databases.database as d
from cerbottana import utils
Expand Down

0 comments on commit e6af8e8

Please sign in to comment.