Skip to content

Commit

Permalink
Removed accidentally duplicated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbdeitch committed Oct 1, 2024
1 parent c87ffeb commit 6aef600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
7 changes: 0 additions & 7 deletions conf/solr_cron

This file was deleted.

4 changes: 3 additions & 1 deletion openlibrary/solr/solr_types.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is auto-generated by types_generator.py
# fmt: off

from typing import Literal, TypedDict, Optional


class SolrDocument(TypedDict):
key: str
type: Literal['work', 'author', 'subject']
Expand Down Expand Up @@ -123,3 +123,5 @@ class SolrDocument(TypedDict):
lending_edition_s: Optional[str]
ia_collection_s: Optional[str]
ebook_count_i: Optional[int]

# fmt: on
17 changes: 0 additions & 17 deletions openlibrary/solr/solr_updater_crons

This file was deleted.

0 comments on commit 6aef600

Please sign in to comment.