Remove extra __author__ declarations

This commit is contained in:
Jan Petykiewicz 2020-05-11 18:41:13 -07:00
commit 334633662e
14 changed files with 0 additions and 34 deletions

View file

@ -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__)