Skip to content

Commit

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

0 comments on commit 327ac9c

Please sign in to comment.