Skip to content

Commit 6a5168b

Browse files
fix invalid syntax
1 parent e9f9548 commit 6a5168b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku3/models/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def get_boot_timeout(self):
324324
assert obj["name"] == "boot_timeout"
325325
return obj["value"]
326326

327-
def set_boot_timeout(self, value: int):
327+
def set_boot_timeout(self, value):
328328
r = self._h._http_resource(
329329
method="PUT",
330330
resource=("apps", self.id, "limits", "boot_timeout"),

0 commit comments

Comments
 (0)