Skip to content

Commit

Permalink
feat: remove format_analysis_bucket_name in favor of new data model
Browse files Browse the repository at this point in the history
  • Loading branch information
mjugl committed Jun 17, 2024
1 parent 35fca4f commit 62225c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions project/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def _now():
return int(time.time())


def format_analysis_bucket_name(
analysis_id: str | UUID, bucket_type: BucketType
) -> str:
return f"analysis-{bucket_type.lower()}-files.{analysis_id}"


class FlamePasswordAuthClient:
def __init__(
self,
Expand Down

0 comments on commit 62225c7

Please sign in to comment.