From cc02d937f769ae5b01ac3aa2abbfe5eeb21fe9ae Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Wed, 30 Jun 2021 16:46:38 +0200 Subject: [PATCH] (core) Remove help, mkdocs, and the 'env' virtualenv Summary: mkpydocs.py has been moved to the grist-help repo where it belongs. Deleting all localstack and test/aws stuff is coming soon - not sure if it should be in this same diff. Test Plan: this Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2891 --- sandbox/gen_js_schema.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sandbox/gen_js_schema.py b/sandbox/gen_js_schema.py index 24b51a47..8c765c60 100644 --- a/sandbox/gen_js_schema.py +++ b/sandbox/gen_js_schema.py @@ -3,11 +3,7 @@ Generates a JS schema file from sandbox/grist/schema.py. """ -import os -import sys -sys.path.append(os.path.join(os.path.dirname(__file__), 'grist')) - -import schema # pylint: disable=import-error,wrong-import-position +import schema # pylint: disable=import-error # These are the types that appear in Grist metadata columns. _ts_types = {