Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unused data/solr.py #6380

Merged
merged 2 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions openlibrary/data/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ def main(cmd, args):
}.get(cmd)
if func:
func(*args, **kwargs)
elif cmd == "solrdump":
from openlibrary.data import solr # noqa: E402 avoid circular import
solr.generate_dump(*args, **kwargs)
else:
logger.error(f"Unknown command: {cmd}")
print("Unknown command:", cmd, file=sys.stderr)
Expand Down
387 changes: 0 additions & 387 deletions openlibrary/data/solr.py

This file was deleted.