File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/nwp_consumer/internal/entities Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments