config/scheme: type annotate ConfigLoadState class
This commit is contained in:
parent
91b44299ae
commit
aaef4b7699
1 changed files with 2 additions and 2 deletions
|
@ -186,5 +186,5 @@ class RuntimeConfiguration(DataClass):
|
|||
|
||||
@munchclass()
|
||||
class ConfigLoadState(DataClass):
|
||||
load_finished = False
|
||||
exception = None
|
||||
load_finished: bool = False
|
||||
exception: Optional[Exception] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue