mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Remove duplicate code check on imports
This commit is contained in:
parent
ffbccd1ff1
commit
7577894d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ ignore-comments=yes
|
|||
ignore-docstrings=yes
|
||||
|
||||
# Ignore imports when computing similarities.
|
||||
ignore-imports=no
|
||||
ignore-imports=yes
|
||||
|
||||
|
||||
[FORMAT]
|
||||
|
|
|
|||
Loading…
Reference in a new issue