Skip to content

Commit

Permalink
one last one
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriemerrell committed Oct 26, 2023
1 parent c334518 commit 8ff0978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calitp-data-infra/calitp_data_infra/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ def get_latest(
return cls(
**json.loads(
get_fs().getxattr(
path=f"gs://{latest.name}",
attr=PARTITIONED_ARTIFACT_METADATA_KEY, # noqa: E231
path=f"gs://{latest.name}", # noqa: E231
attr=PARTITIONED_ARTIFACT_METADATA_KEY,
)
)
)
Expand Down

0 comments on commit 8ff0978

Please sign in to comment.