Skip to content

Commit

Permalink
call lru_cache (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff authored Aug 18, 2020
1 parent c3a2bf9 commit 8170032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_pydantic/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def to_json(self, **kwargs):
return self.json(by_alias=True, exclude_unset=True, **kwargs)


@lru_cache
@lru_cache()
def _extension_model_factory(
stac_extensions: Tuple[str], base_class: Type[Item], skip_remote_refs: bool = False
) -> Tuple[Type[BaseModel], FieldInfo]:
Expand Down

0 comments on commit 8170032

Please sign in to comment.