Skip to content

Commit

Permalink
code cleanup (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
okolo authored Jan 10, 2024
1 parent 1c00dec commit d0eba39
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions tests/testfiles/callback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,6 @@
"a = 10"
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!pip install git+https://github.com/oda-hub/oda_api.git@217-add-functionality-to-send-callback-messages"
],
"metadata": {
"collapsed": false
},
"id": "e5b37dc052a7bc"
},
{
"cell_type": "code",
"execution_count": null,
"id": "ae02114d712f3ebc",
"metadata": {
"collapsed": false,
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"# from os.path import isfile\n",
"# callback_file = \".oda_api_callback\"\n",
"# if isfile(callback_file):\n",
"# with open(callback_file, 'r') as file:\n",
"# callback = file.read().strip()\n",
"# else:\n",
"# callback = ''"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit d0eba39

Please sign in to comment.