Skip to content

Commit c31388d

Browse files
authored
Update cli.py
1 parent a6aedea commit c31388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import requests
33
import s3fs
44
from caltechdata_api import caltechdata_write, caltechdata_edit
5-
from md_to_json import parse_readme_to_json
5+
from .md_to_json import parse_readme_to_json
66
import json
77
import os
88
from cryptography.fernet import Fernet

0 commit comments

Comments
 (0)