Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39ca936

Browse files
committed
conftest.py: Fix lint
Oops! My #3426 had passed the Appveyor build, and Travis was backed up, so I pushed it. But apparently we run the linter only in Travis and not Appveyor (quite sensibly running it only in one place.) So I missed a lint issue that broke the build. Fix that.
1 parent 45a5cf3 commit 39ca936

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
'mypy.test.data',
77
]
88

9+
910
def pytest_configure(config):
1011
mypy_source_root = os.path.dirname(os.path.abspath(__file__))
1112
if os.getcwd() != mypy_source_root:

0 commit comments

Comments
 (0)