Skip to content

Commit

Permalink
[DOC] various code formatting improvements
Browse files Browse the repository at this point in the history
This PR collects various code formatting improvements.
  • Loading branch information
fkiraly authored Sep 4, 2024
1 parent 6061af6 commit 3da947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_forecasting/metrics/distributions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Metrics that allow the parametric forecast of parameters of uni- and multivariate distributions."""

from typing import Any, Callable, Dict, List, Optional, Tuple, Union
from typing import List, Optional

import numpy as np
from sklearn.base import BaseEstimator
Expand Down

0 comments on commit 3da947b

Please sign in to comment.