This fixes a failing pylint error introduced in #13403. This error also trigger another pylint problem involved with c-extension
This commit is contained in:
Родитель
f7a1334abe
Коммит
6e1a6ff3c8
|
@ -89,7 +89,7 @@ def main():
|
||||||
print(f" - {pkg}")
|
print(f" - {pkg}")
|
||||||
print()
|
print()
|
||||||
for package_name in current_packages:
|
for package_name in current_packages:
|
||||||
builder = AirflowDocsBuilder(package_name=package_name, for_production=True)
|
builder = AirflowDocsBuilder(package_name=package_name, for_production=True, verbose=False)
|
||||||
builder.publish()
|
builder.publish()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# KIND, either express or implied. See the License for the
|
# KIND, either express or implied. See the License for the
|
||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
# pylint: disable=c-extension-no-member
|
||||||
import unittest
|
import unittest
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче