Skip to content

Commit

Permalink
fixup! Format Python code with psf/black push
Browse files Browse the repository at this point in the history
  • Loading branch information
autoblack_push authored and autoblack_push committed Oct 22, 2023
1 parent afbbf3e commit 81aa105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/keyforge/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def __init__(self, context, settings, path, theme, output_path, **kwargs):
for k, v in self.keyforge_data.items():
v["path"] = settings["KEYFORGE_DECK_SAVE_AS"].replace("{slug}", k)
for card in v["vault_data"]["_linked"]["cards"]:

card["count"] = v["vault_data"]["data"]["_links"]["cards"].count(
card["id"]
)
Expand Down

0 comments on commit 81aa105

Please sign in to comment.