removing obsolete shutil

This commit is contained in:
vladimirhasko 2023-01-29 18:08:33 +00:00
parent 5ab104636b
commit c370ffe06a

View File

@ -18,7 +18,6 @@ import argparse
import logging import logging
import os import os
import pathlib import pathlib
import shutil
import subprocess import subprocess
import warnings import warnings
from dirsync import sync from dirsync import sync