Skip to content

Commit

Permalink
remove incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Jan 9, 2025
1 parent 133ab25 commit 4cccf44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
23 changes: 0 additions & 23 deletions treeherder/services/elasticsearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +0,0 @@
from .connection import es_conn
from .helpers import (
all_documents,
bulk,
count_index,
get_document,
index,
refresh_index,
reinit_index,
search,
)

__all__ = [
"all_documents",
"bulk",
"count_index",
"es_conn",
"get_document",
"index",
"refresh_index",
"reinit_index",
"search",
]
1 change: 0 additions & 1 deletion treeherder/services/pulse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
"MozciClassificationConsumer",
"prepare_consumers",
"prepare_joint_consumers",
"pulse_conn",
]

0 comments on commit 4cccf44

Please sign in to comment.