Skip to content

Commit 1482ca3

Browse files
committed
chore(mypy): Typings for test_load.py
1 parent 0523b9a commit 1482ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class CLILoadFixture(t.NamedTuple):
178178
expected_not_in_err: "ExpectedOutput" = None
179179

180180

181-
TEST_LOAD_FIXTURES = [
181+
TEST_LOAD_FIXTURES: t.List[CLILoadFixture] = [
182182
CLILoadFixture(
183183
test_id="dir-relative-dot-samedir",
184184
cli_args=["load", "."],

0 commit comments

Comments
 (0)