Skip to content

Commit

Permalink
chore: remove prd shell function, don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Aug 10, 2024
1 parent ab97609 commit 5988e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataimporter/cli/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def setup_env(importer: DataImporter) -> dict:
"importer": importer,
"console": console,
# some convenience functions for printing data
"prd": partial(print_record_data, importer),
"pcd": partial(print_record_data, importer, "ecatalogue"),
"ptd": partial(print_record_data, importer, "etaxonomy"),
"pmd": partial(print_record_data, importer, "emultimedia"),
Expand Down

0 comments on commit 5988e57

Please sign in to comment.