Skip to content

Commit

Permalink
more renaming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LEFTA98 committed Aug 4, 2022
1 parent 53df988 commit e4881d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

# -- Project information -----------------------------------------------------

#TODO: Change this information before going public
project = "opensearch_py_ml"
copyright = f"{datetime.date.today().year}, Elasticsearch BV"

Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/field_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch
from numpy.typing import DTypeLike


Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/ndframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch

from opensearch_py_ml.index import Index

Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch

from opensearch_py_ml.query_compiler import QueryCompiler

Expand Down

0 comments on commit e4881d8

Please sign in to comment.