black formatting
This commit is contained in:
@@ -7,7 +7,6 @@ from typing import Any, Final
|
||||
from Base.PyObjectBase import PyObjectBase
|
||||
from Base.Metadata import constmethod, export
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/TechDraw/App/CenterLine.h",
|
||||
Namespace="TechDraw",
|
||||
@@ -17,7 +16,7 @@ from Base.Metadata import constmethod, export
|
||||
class CenterLine(PyObjectBase):
|
||||
"""
|
||||
CenterLine specifies additional mark up edges in a View
|
||||
|
||||
|
||||
Author: WandererFan (wandererfan@gmail.com)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
@@ -31,7 +30,6 @@ class CenterLine(PyObjectBase):
|
||||
def copy(self) -> Any:
|
||||
"""Create a copy of this centerline"""
|
||||
...
|
||||
|
||||
Tag: Final[str]
|
||||
"""Gives the tag of the CenterLine as string."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user