announcements: fix linter errors
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
89dbefe46d
commit
0eae069666
|
@ -17,8 +17,7 @@ from typing import (
|
||||||
List,
|
List,
|
||||||
Dict,
|
Dict,
|
||||||
Any,
|
Any,
|
||||||
Optional,
|
Optional
|
||||||
Union
|
|
||||||
)
|
)
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from ..confighelper import ConfigHelper
|
from ..confighelper import ConfigHelper
|
||||||
|
|
Loading…
Reference in New Issue