flake8 compliance

This commit is contained in:
Victor SANH
2020-05-28 00:37:09 -04:00
parent b11386e158
commit cc746a5020
4 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# flake8: noqa
from .configuration_bert_masked import MaskedBertConfig
from .modeling_bert_masked import (
MaskedBertForMultipleChoice,

View File

@@ -1,2 +1,3 @@
# flake8: noqa
from .binarizer import MagnitudeBinarizer, ThresholdBinarizer, TopKBinarizer
from .masked_nn import MaskedLinear