1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

MGM_HyperOptLosses - Added Any import

This commit is contained in:
Rik Helsen
2021-12-18 23:13:03 +01:00
parent 7b02975a08
commit 2f765651b7
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# -* vim: syntax=python -*-
# --- ↑↓ Do not remove these libs ↑↓ -----------------------------------------------------------------------------------
from datetime import datetime
from typing import Dict
from typing import Any, Dict
from pandas import DataFrame

View File

@@ -2,7 +2,7 @@
# -* vim: syntax=python -*-
# --- ↑↓ Do not remove these libs ↑↓ -----------------------------------------------------------------------------------
from datetime import datetime
from typing import Dict
from typing import Any, Dict
from pandas import DataFrame

View File

@@ -2,7 +2,7 @@
# -* vim: syntax=python -*-
# --- ↑↓ Do not remove these libs ↑↓ -----------------------------------------------------------------------------------
from datetime import datetime
from typing import Dict
from typing import Any, Dict
from pandas import DataFrame