Remove some TODOs

This commit is contained in:
ChrisTerBeke 2019-07-30 15:32:34 +02:00
parent 7398f08b27
commit 64c7b2e737
2 changed files with 0 additions and 7 deletions

View file

@ -28,6 +28,5 @@ class CloudPrintJobResponse(BaseModel):
self.upload_url = upload_url
self.content_type = content_type
self.status_description = status_description
# TODO: Implement slicing details
self.slicing_details = slicing_details
super().__init__(**kwargs)