Skip to content

Commit

Permalink
🩹 Ignore Codacy issue W0622 redefining built-in
Browse files Browse the repository at this point in the history
Adding `pylint: disable=W0622` to allow for redefining built-in print
  • Loading branch information
jsnel committed Sep 15, 2021
1 parent e057dd9 commit d6a31e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glotaran/testing/test/test_model_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest
from rich import pretty
from rich import print
from rich import print # pylint: disable=W0622

from glotaran.model import Model
from glotaran.parameter import ParameterGroup
Expand Down

0 comments on commit d6a31e6

Please sign in to comment.