validator: Remove unused type_structure system.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-22 13:59:45 -07:00
committed by Tim Abbott
parent 07fa63e0c8
commit d6655689f5
2 changed files with 1 additions and 85 deletions

View File

@@ -17,9 +17,6 @@ exclude_lines =
if TYPE_CHECKING:
# Don't require coverage for abstract methods; they're never called.
@abstractmethod
# Don't require coverage for the USING_TYPE_STRUCTURE code paths
# These are only run in a special testing mode, so will fail normal coverage.
if USING_TYPE_STRUCTURE
# PEP 484 overloading syntax
^\s*\.\.\.