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()
|
@munchclass()
|
||||||
class ConfigLoadState(DataClass):
|
class ConfigLoadState(DataClass):
|
||||||
load_finished = False
|
load_finished: bool = False
|
||||||
exception = None
|
exception: Optional[Exception] = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue