2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

chore: remove unnecessary shutil import

This commit is contained in:
Dany Robert 2021-12-17 19:39:51 +05:30 committed by GitHub
parent a648590be4
commit fd82585d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ patch and try again later.
Corresponding changes in frappe/frappe via https://github.com/frappe/frappe/pull/15060
"""
import os
import shutil
from pathlib import Path
import click