Build Fixing Part 3

This commit is contained in:
Vishal 2022-08-24 16:18:12 +05:30 committed by GitHub
parent 3907df6871
commit f8595db387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 14 deletions

View file

@ -14,7 +14,7 @@ from bastd.actor.spazfactory import SpazFactory
from bastd.actor.scoreboard import Scoreboard
if TYPE_CHECKING:
from typing import (Any, Tuple, Dict, Type, List, Sequence, Optional,
from typing import (Any, Tuple, Type, List, Sequence, Optional,
Union)