From dd89d8c660c5b6e9fa2319afa2c1910cf382d9ab Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 1 Oct 2018 16:12:07 -0400 Subject: Remove py submodule In preparation for switching to pathlib, py is not needed anymore. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3f3dc1c..82ed1c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "click"] path = .vendor/click url = https://github.com/pallets/click -[submodule "py"] - path = .vendor/py - url = https://github.com/pytest-dev/py -- cgit v1.2.3