codestyle: remove unneeded hints for pyright
This commit is contained in:
parent
a5ef6f2017
commit
63edd11aac
1 changed files with 1 additions and 1 deletions
2
tests.py
2
tests.py
|
|
@ -1,4 +1,4 @@
|
||||||
def test_initial_layout(snap_compare): # pyright: ignore[reportMissingParameterType, reportUnknownParameterType]
|
def test_initial_layout(snap_compare):
|
||||||
from teilchensammler_cli.main import app
|
from teilchensammler_cli.main import app
|
||||||
|
|
||||||
assert snap_compare(app, terminal_size=(130, 40))
|
assert snap_compare(app, terminal_size=(130, 40))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue