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,
|
||||
Dict,
|
||||
Any,
|
||||
Optional,
|
||||
Union
|
||||
Optional
|
||||
)
|
||||
if TYPE_CHECKING:
|
||||
from ..confighelper import ConfigHelper
|
||||
|
|
Loading…
Reference in New Issue