Skip to content

Commit

Permalink
Add module docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Aug 10, 2020
1 parent 52310b5 commit ccacbc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sleap/gui/dialogs/shortcuts.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
GUI for viewing/modifying keyboard shortcuts.
"""

from typing import List

from PySide2 import QtWidgets
Expand Down

0 comments on commit ccacbc6

Please sign in to comment.