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

fix est_sepdf.py with black

This commit is contained in:
you-n-g
2022-04-29 17:16:06 +08:00
committed by Young
parent 5d579d1a20
commit c5cf8fb9cc

View File

@@ -55,5 +55,6 @@ class SepDF(unittest.TestCase):
del sdf["g1"] del sdf["g1"]
del sdf["g2"] # sdf should support deleting all the columns del sdf["g2"] # sdf should support deleting all the columns
if __name__ == "__main__": if __name__ == "__main__":
unittest.main() unittest.main()