190 check() |
190 check() |
191 |
191 |
192 ####################################################################### |
192 ####################################################################### |
193 ## Annotations |
193 ## Annotations |
194 ## |
194 ## |
195 ## adapted from: flake8-annotations v3.0.1 |
195 ## adapted from: flake8-annotations v3.1.1 |
196 ####################################################################### |
196 ####################################################################### |
197 |
197 |
198 def __checkFunctionAnnotations(self): |
198 def __checkFunctionAnnotations(self): |
199 """ |
199 """ |
200 Private method to check for function annotation issues. |
200 Private method to check for function annotation issues. |