Skip to content

Commit 7cb8208

Browse files
Update cli.py
1 parent 9b29f2a commit 7cb8208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

caltechdata_api/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import argparse
22
import requests
33
import s3fs
4-
from caltechdata_api import caltechdata_write, caltechdata_edit, parse_readme_to_json
4+
from caltechdata_api import caltechdata_write, caltechdata_edit
5+
from md_to_json import parse_readme_to_json
56
import json
67
import os
78
from cryptography.fernet import Fernet

0 commit comments

Comments
 (0)