Skip to content

Commit 64da5d2

Browse files
committed
delete stray quote
1 parent c1479da commit 64da5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whole_repo_tests/test_mypy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_numpy_revealed_types(tmp_path, val, expect):
141141
textwrap.dedent(
142142
f"""
143143
import numpy as np
144-
"from hypothesis.extra.numpy import *
144+
from hypothesis.extra.numpy import *
145145
reveal_type({val})
146146
"""
147147
),

0 commit comments

Comments
 (0)