Temporarily silence a (not-new) warning from pylint

This commit is contained in:
fosslinux 2023-03-15 17:20:49 +11:00
parent 81000c8075
commit bca80e53d0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# SPDX-FileCopyrightText: 2021-23 fosslinux <fosslinux@aussies.space>
import os
# pylint: disable=deprecated-module
from distutils.dir_util import copy_tree
import shutil
import tarfile