Skip to content

Commit

Permalink
Disable import-error
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Feb 14, 2022
1 parent 0cf23f4 commit b31160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ max-args=10
max-module-lines=2000

[tool.pylint.'MESSAGE CONTROL']
disable=["duplicate-code"]
disable=["duplicate-code", "import-error"]

0 comments on commit b31160b

Please sign in to comment.