Skip to content

Commit

Permalink
Merge branch 'master' of github.com:imryche/blockkit
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Jul 3, 2022
2 parents 5183a89 + e818e7f commit b4e6d61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion blockkit/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _validate_values(cls, values: Dict) -> Dict:


class ExternalSelectBase(Select):
min_query_length: Optional[int] = Field(None, gt=0)
min_query_length: Optional[int] = Field(None, ge=0)


class ExternalSelect(ExternalSelectBase):
Expand Down
15 changes: 0 additions & 15 deletions examples/block_builder_url_example.py

This file was deleted.

26 changes: 0 additions & 26 deletions examples/example.py

This file was deleted.

0 comments on commit b4e6d61

Please sign in to comment.