Remove extra __author__ declarations
This commit is contained in:
parent
df179c9233
commit
334633662e
14 changed files with 0 additions and 34 deletions
|
|
@ -26,8 +26,6 @@ from ..utils import remove_colinear_vertices, normalize_mirror
|
|||
#TODO document how GDS rotation / mirror works
|
||||
#TODO absolute positioning
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@ from .utils import mangle_name
|
|||
from .. import Pattern
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
def writefile(pattern: Pattern,
|
||||
filename: str,
|
||||
custom_attributes: bool=False):
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@ from typing import Set, Tuple, List
|
|||
from masque.pattern import Pattern
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
|
||||
def mangle_name(pattern: Pattern, dose_multiplier: float=1.0) -> str:
|
||||
"""
|
||||
Create a name using `pattern.name`, `id(pattern)`, and the dose multiplier.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue