Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 0af0a3f commit 37ad214
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocf_ml_metrics/baselines/simple.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Simple baselines to use"""

import numpy as np


Expand Down
1 change: 1 addition & 0 deletions ocf_ml_metrics/evaluation/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Util evaluation functions """

import pandas as pd


Expand Down
1 change: 1 addition & 0 deletions ocf_ml_metrics/metrics/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Common metrics to compute"""

from typing import Optional, Union

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions ocf_ml_metrics/metrics/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions"""

from typing import Tuple

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Usual setup file for package """

# read the contents of your README file
from pathlib import Path

Expand Down

0 comments on commit 37ad214

Please sign in to comment.