1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

lint: fix pyflakes

This commit is contained in:
Hans-Christoph Steiner 2020-06-02 22:05:18 +02:00
parent b1eb086259
commit b2daf96284

View File

@ -605,6 +605,7 @@ def main():
if options.force_yamllint:
import yamllint # throw error if it is not installed
yamllint # make pyflakes ignore this
# only run yamllint when linting individual apps.
if len(options.appid) > 0 or options.force_yamllint: