Skip to content

Commit

Permalink
Add ES docs and import annotations from __future__ for deferred type …
Browse files Browse the repository at this point in the history
…hint
  • Loading branch information
ml-evs committed Mar 23, 2021
1 parent a15df60 commit 489ee77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api_reference/server/entry_collections/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# elasticsearch

::: optimade.server.entry_collections.elasticsearch
1 change: 1 addition & 0 deletions optimade/server/entry_collections/elasticsearch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import json
from pathlib import Path
from typing import Tuple, List, Optional, Dict, Any, Iterable, Union
Expand Down

0 comments on commit 489ee77

Please sign in to comment.