Skip to content

Commit

Permalink
Add type to config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Feb 10, 2024
1 parent 8592762 commit e4e3941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .coverage
Binary file not shown.
2 changes: 1 addition & 1 deletion plover_q_and_a/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class QAndA:

def __init__(self, engine: StenoEngine) -> None:
self._engine = engine
self._config = {}
self._config: dict[str, str] = {}

def start(self) -> None:
"""
Expand Down

0 comments on commit e4e3941

Please sign in to comment.