Update __init__.py (#9882)

* Fix missing comma in `update-wildfly`
This commit is contained in:
Marek Šuppa 2022-04-06 12:57:04 +02:00 committed by GitHub
parent 7c64f28934
commit e1179b3834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ __all__ = [
'isWellFormedWildflyTag', 'isWellFormedWildflyTag',
'loadGavDictionaryFromGavFile', 'loadGavDictionaryFromGavFile',
'loadGavDictionaryFromXmlFile', 'loadGavDictionaryFromXmlFile',
'saveUrlToNamedTemporaryFile' 'saveUrlToNamedTemporaryFile',
'updateAdapterLicenseFile', 'updateAdapterLicenseFile',
'performMainKeycloakPomFileUpdateTask', 'performMainKeycloakPomFileUpdateTask',
'performAdapterGalleonPackPomFileUpdateTask', 'performAdapterGalleonPackPomFileUpdateTask',