mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 01:20:56 -05:00
5 lines
94 B
Python
5 lines
94 B
Python
import os
|
|
|
|
from numpy.typing import NDArray # should work
|
|
|
|
print(os.O_WRONLY) # should work
|