pylint disable `not-callable` checks due to the warnings on torch layers

pull/520/head
Eren Gölge 2021-06-01 09:14:16 +02:00
parent bec85ac58d
commit 4726ae393d
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ disable=missing-docstring,
deprecated-sys-function,
exception-escape,
comprehension-escape,
duplicate-code
duplicate-code,
not-callable
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option