Skip to content

Commit

Permalink
Ignore pylint's false error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalash committed Oct 11, 2024
1 parent d39234c commit a06fee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interruptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def cleanup():

def test_interrupted_with_custom_exception(suite, suite_test, request):

import test
import test # pylint: disable=import-error

class CustomException(Exception):
pass
Expand Down

0 comments on commit a06fee6

Please sign in to comment.