mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
black .
This commit is contained in:
@@ -24,12 +24,9 @@ from logging import Logger
|
||||
import typing
|
||||
from typing import Union
|
||||
|
||||
|
||||
class Patcher(ifcpatch.BasePatcher):
|
||||
def __init__(
|
||||
self,
|
||||
file: ifcopenshell.file,
|
||||
logger: Union[Logger, None] = None
|
||||
):
|
||||
def __init__(self, file: ifcopenshell.file, logger: Union[Logger, None] = None):
|
||||
"""Adds the geometric representation to a layout
|
||||
|
||||
Example:
|
||||
|
||||
@@ -24,12 +24,9 @@ from logging import Logger
|
||||
import typing
|
||||
from typing import Union
|
||||
|
||||
|
||||
class Patcher(ifcpatch.BasePatcher):
|
||||
def __init__(
|
||||
self,
|
||||
file: ifcopenshell.file,
|
||||
logger: Union[Logger, None] = None
|
||||
):
|
||||
def __init__(self, file: ifcopenshell.file, logger: Union[Logger, None] = None):
|
||||
"""Adds the IfcLinearPlacement.CartesianPosition fallback position to all of the IfcLinearPlacement objects in the file
|
||||
|
||||
Example:
|
||||
|
||||
@@ -24,12 +24,9 @@ from logging import Logger
|
||||
import typing
|
||||
from typing import Union
|
||||
|
||||
|
||||
class Patcher(ifcpatch.BasePatcher):
|
||||
def __init__(
|
||||
self,
|
||||
file: ifcopenshell.file,
|
||||
logger: Union[Logger, None] = None
|
||||
):
|
||||
def __init__(self, file: ifcopenshell.file, logger: Union[Logger, None] = None):
|
||||
"""Adds a zero length segments to alignment layouts
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user