Skip to content

Commit

Permalink
Run pycln, black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-kirkbride authored and github-actions[bot] committed Jul 1, 2023
1 parent fb1a190 commit cd3841e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions porcupine/plugins/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ def _is_list_item(line: str) -> bool:


def on_tab_key(
tab: tabs.FileTab,
event: tkinter.Event[textutils.MainText],
shift_pressed: bool,
tab: tabs.FileTab, event: tkinter.Event[textutils.MainText], shift_pressed: bool
) -> str | None:
"""Indenting and dedenting list items"""
if tab.settings.get("filetype_name", str) == "Markdown":
Expand Down

0 comments on commit cd3841e

Please sign in to comment.