Skip to content

Commit a427d97

Browse files
fix test_storage_utils.ipynb
1 parent 30057c9 commit a427d97

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

pipelines/notebooks/test_storage_utils.ipynb

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -12,48 +12,6 @@
1212
"from pipelines.utils.storage_client import ObjectStorageClient"
1313
]
1414
},
15-
{
16-
"cell_type": "code",
17-
"execution_count": 14,
18-
"id": "f10cbeca",
19-
"metadata": {},
20-
"outputs": [],
21-
"source": [
22-
"import pipelines.config.config as test"
23-
]
24-
},
25-
{
26-
"cell_type": "code",
27-
"execution_count": 15,
28-
"id": "1fb5871d",
29-
"metadata": {},
30-
"outputs": [
31-
{
32-
"data": {
33-
"text/plain": [
34-
"['__builtins__',\n",
35-
" '__cached__',\n",
36-
" '__doc__',\n",
37-
" '__file__',\n",
38-
" '__loader__',\n",
39-
" '__name__',\n",
40-
" '__package__',\n",
41-
" '__spec__',\n",
42-
" 'current_dir',\n",
43-
" 'dotenv_path',\n",
44-
" 'load_dotenv',\n",
45-
" 'os']"
46-
]
47-
},
48-
"execution_count": 15,
49-
"metadata": {},
50-
"output_type": "execute_result"
51-
}
52-
],
53-
"source": [
54-
"dir(test)"
55-
]
56-
},
5715
{
5816
"cell_type": "code",
5917
"execution_count": 16,

0 commit comments

Comments
 (0)