mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
validator: Remove unused type_structure system.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
07fa63e0c8
commit
d6655689f5
@@ -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*\.\.\.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user