Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-asplin-met-no committed Sep 20, 2024
1 parent 739a2de commit 1fe9d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ingest/api/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def build_grpc_messages(msg: str) -> None:
standard_name = ts_metadata.standard_name
parameter_name = hashlib.md5(":".join([standard_name, level, function, period]).encode()).hexdigest()

timeseries_id = hashlib.md5(timeseries_id_string.encode()).hexdigest()
setattr(ts_metadata, "parameter_name", parameter_name)

observation_data = dstore.ObsMetadata()
Expand Down

0 comments on commit 1fe9d52

Please sign in to comment.