run linters

This commit is contained in:
Jonathan Wren 2022-10-30 13:09:12 -07:00
parent eccb8b7d9f
commit 9b0f765e9b
No known key found for this signature in database

View file

@ -4,6 +4,7 @@
from typing import TYPE_CHECKING
from typing import Mapping
from typing import NamedTuple
from jrnl.messages.MsgStyle import MsgStyle
if TYPE_CHECKING: