Skip to content

Commit 16655ba

Browse files
deprecation warning for distro was removed (#1065)
1 parent 5c608aa commit 16655ba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python/tank_vendor/distro.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
import logging
3737
import argparse
3838
import subprocess
39-
import warnings
40-
41-
warnings.warn(
42-
"The 'distro' module is deprecated in FPTR and will be removed "
43-
"at any time after March 2026. Use the standard library's 'platform' "
44-
"module or other maintained alternatives instead.",
45-
DeprecationWarning,
46-
stacklevel=2,
47-
)
4839

4940
_UNIXCONFDIR = os.environ.get('UNIXCONFDIR', '/etc')
5041
_OS_RELEASE_BASENAME = 'os-release'

0 commit comments

Comments
 (0)