Skip to content

Commit 6d9a350

Browse files
committed
Removing public properties of AnnotationTemplate
1 parent 4abb5f5 commit 6d9a350

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pyannotating.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ def __init__(self, original_factory: Mapping, annotations: Iterable):
7171
self._original_factory = original_factory
7272
self._annotations = tuple(annotations)
7373

74-
@property
75-
def original_factory(self) -> Mapping:
76-
return self._original_factory
77-
78-
@property
79-
def annotations(self) -> tuple:
80-
return self._annotations
81-
8274
def __repr__(self) -> str:
8375
return "{factory}{arguments}".format(
8476
factory=(

0 commit comments

Comments
 (0)