announcements: fix linter errors

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-10-07 10:30:42 -04:00
parent 89dbefe46d
commit 0eae069666
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 2 deletions

View File

@ -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