mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
fix est_sepdf.py with black
This commit is contained in:
@@ -53,7 +53,8 @@ class SepDF(unittest.TestCase):
|
|||||||
# it will not raise error, and df will be an empty dataframe
|
# it will not raise error, and df will be an empty dataframe
|
||||||
|
|
||||||
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user