typos/crates/typos-cli/tests/cmd/false-positives.in/sample.py

6 lines
94 B
Python
Raw Normal View History

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