Skip to content

Commit

Permalink
Merge pull request #9291 from OpenMined/sb/cleanup-sync-notebooks
Browse files Browse the repository at this point in the history
Cleaning up sync notebooks
  • Loading branch information
snwagh authored Sep 17, 2024
2 parents ed78b29 + b30bbfa commit 981e1df
Show file tree
Hide file tree
Showing 40 changed files with 401 additions and 1,472 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"\n",
"# third party\n",
"from email_helpers import get_email_server\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"\n",
"# third party\n",
"from email_helpers import Timeout\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/scenarios/bigquery/010-setup-bigquery-pool.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"from syft import test_settings\n",
"\n",
"# third party\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"\n",
"# third party\n",
"from email_helpers import SENDER\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/scenarios/bigquery/020-configure-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"from syft import test_settings\n",
"\n",
"# third party\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/scenarios/bigquery/021-create-jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"from syft.service.job.job_stash import JobStatus\n",
"\n",
"# third party\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/scenarios/bigquery/040-do-review-requests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"from syft.service.job.job_stash import Job\n",
"\n",
"# third party\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/scenarios/bigquery/050-ds-get-results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"# isort: off\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft import get_helpers # noqa: F401\n",
"from syft import test_helpers # noqa: F401\n",
"\n",
"# third party\n",
"from email_helpers import get_email_server\n",
Expand Down
23 changes: 0 additions & 23 deletions notebooks/scenarios/bigquery/apis/__init__.py

This file was deleted.

Empty file.
108 changes: 0 additions & 108 deletions notebooks/scenarios/bigquery/apis/live/schema.py

This file was deleted.

113 changes: 0 additions & 113 deletions notebooks/scenarios/bigquery/apis/live/test_query.py

This file was deleted.

Empty file.
Loading

0 comments on commit 981e1df

Please sign in to comment.