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

@ -19,8 +19,6 @@ from .label import Label
from .utils import rotation_matrix_2d, vector2, normalize_mirror
from .error import PatternError, PatternLockedError
__author__ = 'Jan Petykiewicz'
visitor_function_t = Callable[['Pattern', Tuple['Pattern'], Dict, numpy.ndarray], 'Pattern']