From f6672c7a1923c3e052af3ad223d6075b86378bfc Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 20 Nov 2020 14:56:29 -0800 Subject: use real pathlib module We added the _pathlib module to work around defeciencies in python 3.5's implementation, since we now rely on 3.6 lets drop this --- run_mypy.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index 51b74df..db578be 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -15,7 +15,6 @@ modules = [ 'mesonbuild/wrap', # specific files - 'mesonbuild/_pathlib.py', 'mesonbuild/arglist.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', -- cgit v1.1