mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
support/testing: fix python-gitdb2 test
Cthe test-case for python-gitdb2 consists solely in verifying that the module can indeed be imported. However, flake8 errors out on unused imports. Furthermore, it also errors about wildcard imports, as it can detect unused symbols. Squelch those errors. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
@@ -1 +1 @@
|
||||
from gitdb import *
|
||||
from gitdb import * # NOQA: F401 F403
|
||||
|
||||
Reference in New Issue
Block a user