Skip to content

Commit

Permalink
Fix the linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZ0217 committed Jul 25, 2023
1 parent eb849f9 commit bae8383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sleap/config/shortcuts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ frame next medium step: Ctrl+Right
frame prev medium step: Ctrl+Left
frame next large step: Ctrl+Alt+Right
frame prev large step: Ctrl+Alt+Left
export_analysis_current: Ctrl+E
export_analysis_current: Ctrl+E
3 changes: 1 addition & 2 deletions sleap/gui/shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ class Shortcuts(object):
"frame prev medium step",
"frame next large step",
"frame prev large step",
"export_analysis_current"

"export_analysis_current",
)

def __init__(self):
Expand Down

0 comments on commit bae8383

Please sign in to comment.