Skip to content

Commit

Permalink
Show packages without description
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenko97 committed Sep 19, 2022
1 parent d429af7 commit a20734a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypisearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2"
__version__ = "1.3.3"
2 changes: 1 addition & 1 deletion pypisearch/result_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, plain_text: str) -> None:
def is_empty(self) -> bool:
"""Check is current instance empty."""

return not all([self.name, self.version, self.description])
return not all([self.name, self.version])

@property
def name(self) -> str:
Expand Down

0 comments on commit a20734a

Please sign in to comment.