1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

formatting

This commit is contained in:
hadrianl
2020-12-17 10:24:02 +08:00
committed by you-n-g
parent 3f84c3768a
commit 8bbfd8810c

View File

@@ -29,7 +29,7 @@ class Config:
def __getattr__(self, attr):
if attr in self.__dict__["_config"]:
return self.__dict__["_config"][attr]
raise AttributeError(f"No such {attr} in self._config")
def __setitem__(self, key, value):