mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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
This commit is contained in:
parent
84ddbc448b
commit
cc02d937f7
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user