Skip to content

Commit 033afaa

Browse files
committed
[test_OMCPath] mypy fix
1 parent 0fa937c commit 033afaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_OMCPath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_OMCPath_docker():
1515
assert p2.is_file()
1616
assert p2.parent.is_dir()
1717
assert p2.unlink()
18-
assert p2.is_file() == False
18+
assert p2.is_file() is False
1919

2020
del omcp
2121
del om

0 commit comments

Comments
 (0)