Skip to content

Commit

Permalink
Update the ContainerStoppedMetadata to be json serializable (facebook…
Browse files Browse the repository at this point in the history
…research#522)

Summary:
Pull Request resolved: facebookresearch#522

As title.

Reviewed By: danbunnell

Differential Revision: D45202654

fbshipit-source-id: 0b468a331f7e3a75e92254df1d70bb29ff80517b
  • Loading branch information
Michael Meng authored and facebook-github-bot committed Apr 24, 2023
1 parent dba3a06 commit 0242ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fbpcp/entity/container_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

from dataclasses import dataclass

from dataclasses_json import dataclass_json


@dataclass_json
@dataclass
class ContainerStoppedMetadata:
stopped_at: str
Expand Down

0 comments on commit 0242ddd

Please sign in to comment.