Skip to content

Commit 3ce9972

Browse files
committed
removed os.O_NONBLOCK from snippet
1 parent 507f7bd commit 3ce9972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/snippets/os_static.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
assert os.O_RDONLY == 0
44
assert os.O_WRONLY == 1
55
assert os.O_RDWR == 2
6-
assert os.O_NONBLOCK == 4
76
assert os.O_APPEND == 8
87
assert os.O_CREAT == 512

0 commit comments

Comments
 (0)