From bdc56b76170e552b20ff7a414ee693230f0064bb Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Fri, 19 Sep 2025 18:00:13 +0200 Subject: [PATCH] chore: Remove old todo comment --- src/apify/_actor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apify/_actor.py b/src/apify/_actor.py index 92a45dae..133089b2 100644 --- a/src/apify/_actor.py +++ b/src/apify/_actor.py @@ -324,9 +324,6 @@ async def init(self) -> None: self.log.info('Initializing Actor...') self.log.info('System info', extra=get_system_info()) - # TODO: Print outdated SDK version warning (we need a new env var for this) - # https://github.com/apify/apify-sdk-python/issues/146 - await self.event_manager.__aenter__() self.log.debug('Event manager initialized')