mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python: Remove unused imports
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
6c6db88dda
commit
fce882ab67
@@ -18,7 +18,7 @@
|
||||
import os
|
||||
import tarfile
|
||||
from pathlib import Path
|
||||
from tarfile import ExtractError, TarInfo, TarFile as UnsafeTarFile
|
||||
from tarfile import ExtractError, TarFile as UnsafeTarFile
|
||||
|
||||
|
||||
class TarFile(UnsafeTarFile):
|
||||
|
||||
Reference in New Issue
Block a user