no importing of False in python3 (or in sensible code)

This commit is contained in:
Daan Hoogland 2021-03-10 10:33:23 +01:00
parent 6e2c4d2e5d
commit 406c069d3c
3 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from builtins import False
""" BVT tests for Hosts Test
"""

View File

@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from builtins import False
""" BVT tests for Hosts Maintenance
"""

View File

@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from builtins import False
""" Tests for Secondary Storage with Local Storage
"""