fix yapf stype check

trainerSaveLoadParams
Helin Wang 7 years ago
parent 10cb9424fd
commit 392a9dd9a2

@ -12,10 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__all__ = [
'Inferencer',
]
__all__ = ['Inferencer', ]
class Inferencer(object):

@ -14,9 +14,7 @@
from . import core
__all__ = [
'Params',
]
__all__ = ['Params', ]
class Params(object):

Loading…
Cancel
Save