Skip to content

Commit

Permalink
Remove notion integration up to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 10, 2022
1 parent 5935176 commit 49ba540
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 262 deletions.
198 changes: 0 additions & 198 deletions docs/guides/notion.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion lamindb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
aa("--cache", type=str, metavar="s", default=None, help=CACHE_HELP)
USER_HELP = "(GitHub) user name"
aa("--user", type=str, metavar="s", default=None, help=USER_HELP)
NOTION_HELP = "Notion integration token"
NOTION_HELP = "Notion integration token (currently dysfunctional, see https://lamin.ai/notes/2022/explore-notion)"
aa("--notion", type=str, metavar="token", default=None, help=NOTION_HELP)
args = parser.parse_args()

Expand Down
63 changes: 0 additions & 63 deletions lamindb/_db/_notion.py

This file was deleted.

0 comments on commit 49ba540

Please sign in to comment.