Returning an empty string. Returning None causes Type error.
(self, token)
| 620 | """Do nothing.""" |
| 621 | |
| 622 | def is_valid(self, token): |
| 623 | """ |
| 624 | Returning an empty string. |
| 625 | Returning None causes Type error. |
| 626 | """ |
| 627 | return "" |
| 628 | |
| 629 | |
| 630 | def case_insensitive_header_lookup(headers, lookup_key): |
no outgoing calls
no test coverage detected