We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c608aa commit 16655baCopy full SHA for 16655ba
1 file changed
python/tank_vendor/distro.py
@@ -36,15 +36,6 @@
36
import logging
37
import argparse
38
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
-)
48
49
_UNIXCONFDIR = os.environ.get('UNIXCONFDIR', '/etc')
50
_OS_RELEASE_BASENAME = 'os-release'
0 commit comments