black formatting
This commit is contained in:
@@ -7,7 +7,6 @@ from typing import Any, Final
|
||||
from Base.Metadata import export
|
||||
from DrawTemplate import DrawTemplate
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/TechDraw/App/DrawParametricTemplate.h",
|
||||
Namespace="TechDraw",
|
||||
@@ -16,7 +15,7 @@ from DrawTemplate import DrawTemplate
|
||||
class DrawParametricTemplate(DrawTemplate):
|
||||
"""
|
||||
Feature for creating and manipulating Technical Drawing Templates
|
||||
|
||||
|
||||
Author: Luke Parry (l.parry@warwick.ac.uk)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
@@ -24,6 +23,5 @@ class DrawParametricTemplate(DrawTemplate):
|
||||
def drawLine(self) -> Any:
|
||||
"""Draw a line"""
|
||||
...
|
||||
|
||||
GeometryCount: Final[int]
|
||||
"""Number of geometry in template"""
|
||||
|
||||
Reference in New Issue
Block a user