diff options
Diffstat (limited to 'ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py')
-rwxr-xr-x | ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py b/ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py index 506ade646..3c3a7ecea 100755 --- a/ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py +++ b/ansible_collections/community/postgresql/.azure-pipelines/scripts/combine-coverage.py @@ -7,7 +7,8 @@ Keep in mind that Azure Pipelines does not enforce unique job display names (onl It is up to pipeline authors to avoid name collisions when deviating from the recommended format. """ -from __future__ import (absolute_import, division, print_function) +from __future__ import absolute_import, division, print_function + __metaclass__ = type import os |