Skip to content

Commit

Permalink
update docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini committed Feb 29, 2024
1 parent 1c256ca commit a82f189
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"evaluation_parameter_store",
"validations_store",
"profiler_store",
"validation_config_store",
]
for store in pop_stores:
stores.pop(store)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"evaluation_parameter_store",
"validations_store",
"profiler_store",
"validation_config_store",
]
for store in pop_stores:
stores.pop(store)
Expand Down
1 change: 1 addition & 0 deletions docs/docusaurus/docs/snippets/aws_cloud_storage_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"expectations_store",
"expectations_S3_store",
"profiler_store",
"validation_config_store",
]
for store in pop_stores:
stores.pop(store)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"expectations_store",
"expectations_S3_store",
"profiler_store",
"validation_config_store",
]
for store in pop_stores:
stores.pop(store)
Expand Down

0 comments on commit a82f189

Please sign in to comment.