Disable redefined-outer-name for unittest

This commit is contained in:
Louie Lu 2019-04-15 13:05:39 +08:00 committed by Gaetan Semet
parent 6f420f95d0
commit e98c76c003
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# pylint: disable=redefined-outer-name
import pytest

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# pylint: disable=redefined-outer-name
import pytest