Skip to content

Commit

Permalink
backport syntax for python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Oct 9, 2024
1 parent eb5b900 commit afebb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_directory_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from STACpopulator.implementations.DirectoryLoader import crawl_directory
from STACpopulator.cli import add_parser_args, main as cli_main

type RequestContext = Generator[responses.RequestsMock, None, None]
RequestContext = Generator[responses.RequestsMock, None, None]


@pytest.fixture(scope="session")
Expand Down

0 comments on commit afebb6f

Please sign in to comment.