diff --git a/twscrape/__init__.py b/twscrape/__init__.py index 3b4c14a..1bbc98a 100644 --- a/twscrape/__init__.py +++ b/twscrape/__init__.py @@ -1,6 +1,6 @@ # ruff: noqa: F401 from .account import Account -from .accounts_pool import AccountsPool +from .accounts_pool import AccountsPool, NoAccountError from .api import API from .logger import set_log_level from .models import * # noqa: F403