Skip to content

Commit 23e6604

Browse files
committed
Remove (hopefully) unnecessary __init__.py
1 parent 7f52e77 commit 23e6604

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: mypy.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[mypy]
2-
python_version = 3.7
2+
python_version = 3.5
33
mypy_path = .:3rdparty/junitparser:3rdparty/pexpect:3rdparty/ptyprocess
4+
# TODO: remove this onc things works
5+
strict_optional = False
46

57
[mypy-3rdparty]
68
ignore_errors = True

Diff for: test-scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)