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

@ -4,9 +4,6 @@ import numpy
from numpy import pi
from .error import PatternError, PatternLockedError
__author__ = 'Jan Petykiewicz'
from .utils import is_scalar, vector2, rotation_matrix_2d, layer_t