* fix build: run gradlew format
* Revert "fix build: run gradlew format"
This reverts commit e679b4f26f.
* fix connector template to fix the build
9 lines
150 B
Handlebars
9 lines
150 B
Handlebars
#
|
|
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .source import Source{{properCase name}}
|
|
|
|
__all__ = ["Source{{properCase name}}"]
|