Skip to content

Commit f89248d

Browse files
Update cli.py
1 parent d94ac45 commit f89248d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

caltechdata_api/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import argparse
22
import requests
33
import s3fs
4-
from caltechdata_api import caltechdata_write, caltechdata_edit
5-
from md_to_json import parse_readme_to_json
4+
from caltechdata_api import caltechdata_write, caltechdata_edit, parse_readme_to_json
65
import json
76
import os
87
from cryptography.fernet import Fernet

0 commit comments

Comments
 (0)