Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Sep 9, 2024
1 parent 2979d1e commit e890079
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions docs/3.0/api-ref/rest-api/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10664,9 +10664,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -10721,9 +10718,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -10778,9 +10772,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -10907,9 +10898,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -10964,9 +10952,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -11021,9 +11006,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -11236,9 +11218,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -11293,9 +11272,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -11350,9 +11326,6 @@
{
"$ref": "#/components/schemas/SuspendFlowRun"
},
{
"$ref": "#/components/schemas/ResumeFlowRun"
},
{
"$ref": "#/components/schemas/PauseWorkPool"
},
Expand Down Expand Up @@ -20855,22 +20828,6 @@
"title": "ResumeDeployment",
"description": "Resumes the given Deployment"
},
"ResumeFlowRun": {
"properties": {
"type": {
"type": "string",
"enum": [
"resume-flow-run"
],
"const": "resume-flow-run",
"title": "Type",
"default": "resume-flow-run"
}
},
"type": "object",
"title": "ResumeFlowRun",
"description": "Resumes a paused or suspended flow run associated with the trigger"
},
"ResumeWorkPool": {
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-aws/tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def test_download_object_with_bucket_folder(
):
"""regression test for https://github.com/PrefectHQ/prefect/issues/12848"""
s3_bucket_empty.bucket_folder = "some_folder"

test_content = b"This is a test file."
s3_bucket_empty.upload_from_file_object(
io.BytesIO(test_content), to_path="testing.txt"
Expand Down

0 comments on commit e890079

Please sign in to comment.