Skip to content

Commit

Permalink
Merge pull request #957 from novucs/expose-entity-unavailable
Browse files Browse the repository at this point in the history
Expose EntityUnavailable for use in __all__
  • Loading branch information
JustAnotherArchivist authored Jun 7, 2023
2 parents b76f485 + b10c0e9 commit 280e7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snscrape/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ['DeprecatedFeatureWarning', 'IntWithGranularity', 'Item', 'Scraper', 'ScraperException']
__all__ = ['DeprecatedFeatureWarning', 'EntityUnavailable', 'IntWithGranularity', 'Item', 'Scraper', 'ScraperException']


import abc
Expand Down

0 comments on commit 280e7b5

Please sign in to comment.