Cleanup: remove unused pathlib import

This commit is contained in:
Campbell Barton 2021-07-19 11:30:27 +10:00
parent ad7455cd14
commit ee857cc266
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
# <pep8 compliant>
from __future__ import annotations
from pathlib import Path
import bpy
from bpy.types import Operator