Skip to content

Commit c5c2627

Browse files
committed
tidy
1 parent c6ef107 commit c5c2627

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/nwp_consumer/internal/entities/repometadata.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ class RawRepositoryMetadata:
4444
"""The approximate model delay in minutes.
4545
4646
This delay is the time between the running of the model and the time
47-
at which the data is actually available.
48-
"""
47+
at which the data is actually available."""
4948

5049
required_env: list[str]
5150
"""Environment variables required for usage."""
@@ -66,7 +65,6 @@ class RawRepositoryMetadata:
6665
available_models: dict[str, ModelMetadata]
6766
"""A dictionary of available models and their metadata."""
6867

69-
7068
def determine_latest_it_from(self, t: dt.datetime, running_hours: list[int]) -> dt.datetime:
7169
"""Determine the latest available initialization time from a given time.
7270

0 commit comments

Comments
 (0)