1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

black formating (black is upgraded in github)

This commit is contained in:
Young
2021-04-27 04:04:43 +00:00
parent 9a74fe34f6
commit 5a7eecabee
6 changed files with 9 additions and 9 deletions

View File

@@ -132,7 +132,7 @@ class GenericDataFormatter(abc.ABC):
return -1, -1
def get_column_definition(self):
""""Returns formatted column definition in order expected by the TFT."""
"""Returns formatted column definition in order expected by the TFT."""
column_definition = self._column_definition