Skip to content

Commit

Permalink
✏️ Remove dangling ipdb usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuchovej committed Sep 6, 2021
1 parent d76ef25 commit 6d5f94a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion paperpile_notion/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def _preload_databases(ctx: click.Context, references: click.File) -> None:
def update_db(ctx: click.Context, references: click.File) -> None:
"""Updates your Author and Article databases."""
_preload_databases(ctx, references)
import ipdb; ipdb.set_trace()
ctx.invoke(update_author_db, references=references)
ctx.invoke(update_article_db, references=references)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paperpile-notion"
version = "0.3.2"
version = "0.3.3"
description = "Sync Notion with Paperpile"
authors = ["J Muchovej <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6d5f94a

Please sign in to comment.