1diff --git a/albumentations/__init__.py b/albumentations/__init__.py
2index 44ee9b9..ea3bc50 100644
3--- a/albumentations/__init__.py
4+++ b/albumentations/__init__.py
5@@ -22,7 +22,3 @@ from .core.transforms_interface import *
6
7 with suppress(ImportError):
8 from .pytorch import *
9-
10-# Perform the version check after all other initializations
11-if os.getenv("NO_ALBUMENTATIONS_UPDATE", "").lower() not in {"true", "1"}:
12- check_for_updates()