typos/crates/typos-cli/tests/cmd/false-positives.in/sample.py
2023-09-25 12:46:00 -05:00

5 lines
94 B
Python

import os
from numpy.typing import NDArray # should work
print(os.O_WRONLY) # should work