Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Dec 13, 2024
1 parent a6aedea commit c31388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caltechdata_api/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
import s3fs
from caltechdata_api import caltechdata_write, caltechdata_edit
from md_to_json import parse_readme_to_json
from .md_to_json import parse_readme_to_json
import json
import os
from cryptography.fernet import Fernet
Expand Down

0 comments on commit c31388d

Please sign in to comment.