Skip to content

Commit

Permalink
skip pylint too-many-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed Mar 20, 2023
1 parent 5ce626c commit fbc4474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from circuit_maintenance_parser.errors import ProviderError
from circuit_maintenance_parser.constants import EMAIL_HEADER_DATE, EMAIL_HEADER_SUBJECT

# pylint: disable=duplicate-code
# pylint: disable=duplicate-code,too-many-lines
from circuit_maintenance_parser.provider import (
Equinix,
GenericProvider,
Expand Down

0 comments on commit fbc4474

Please sign in to comment.