Cleanup: format

This commit is contained in:
Campbell Barton 2022-09-07 15:14:31 +10:00
parent 124655547c
commit 7c52f18f15
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
from bpy.types import Operator
from mathutils import Matrix,Vector
from mathutils import Matrix, Vector
import math

@ -29,7 +29,7 @@ extern "C" {
struct BVHTree;
struct MDeformVert;
struct Mesh;
struct ModifierEvalContext;
struct ModifierEvalContext;
struct MPoly;
struct Object;
struct ShrinkwrapGpencilModifierData;