Skip to content

Commit

Permalink
pre-commit oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatriz Saldana committed Nov 6, 2024
1 parent 1a19f86 commit 7d4564a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"female",
"male"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -48,7 +48,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -78,44 +78,17 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n",
"UPGRADE AVAILABLE\n",
"\n",
"A more recent version of the Synapse Client (4.6.0) is available. Your version (4.0.0) can be upgraded by typing:\n",
" pip install --upgrade synapseclient\n",
"\n",
"Python Synapse Client version 4.6.0 release notes\n",
"\n",
"https://python-docs.synapse.org/news/\n",
"\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Welcome, beatrizsaldana!\n",
"\n",
"INFO: 2024-11-05 14:19:07 | synapseclient_default | Welcome, beatrizsaldana!\n",
"\n"
]
}
],
"outputs": [],
"source": [
"# Log into Synapse\n",
"syn = utils._login_to_synapse()"
]
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -129,7 +102,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -141,7 +114,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"female",
"male"
]
}
}

0 comments on commit 7d4564a

Please sign in to comment.