Skip to content

Commit 6613453

Browse files
committed
hotfix
Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
1 parent 391dd52 commit 6613453

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@ venv/
22
.venv/
33
__pycache__
44
.ipynb_checkpoints/
5+
build
6+
dist
7+
*.egg-info
8+
*.pyc
9+
*.pyo
10+
*.pyd
11+
*.log
12+
*.bak
13+
*.swp
14+
.DS_Store

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
'traitlets >= 5.11.2',
3232
'pandas',
3333
'boto3',
34+
's3fs',
3435
]
3536

3637
[project.urls]

src/claimed/components/util/cosutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import s3fs
2424
import sys
2525
import glob
26-
from c3.operator_utils import explode_connection_string
26+
from claimed.c3.operator_utils import explode_connection_string
2727

2828
# In[ ]:
2929

0 commit comments

Comments
 (0)