Skip to content

Commit 5077a07

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3ab2b15 commit 5077a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimas/utils/other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def convert_to_dataframe(
10-
data: Union[Dict, List[Dict], np.ndarray, pd.DataFrame]
10+
data: Union[Dict, List[Dict], np.ndarray, pd.DataFrame],
1111
) -> pd.DataFrame:
1212
"""Convert input data to a pandas DataFrame.
1313

0 commit comments

Comments
 (0)