Skip to content

Commit

Permalink
. d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 17, 2024
1 parent ba1e943 commit 8b5ac32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test__py_typed_files_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def main() -> None:

with tempfile.NamedTemporaryFile(suffix=".py") as _test_file:
test_file = pathlib.Path(_test_file.name)
test_file.write_text(
f"import {package_name}"
)
test_file.write_text(f"import {package_name}")

_run_python_checked(
["-m", "mypy", test_file.name],
Expand Down

0 comments on commit 8b5ac32

Please sign in to comment.