Skip to content

Commit

Permalink
lint chocolate 2
Browse files Browse the repository at this point in the history
Signed-off-by: shalberd <[email protected]>
  • Loading branch information
shalberd committed Sep 17, 2024
1 parent 3dfcc33 commit 5599f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elyra/metadata/schemasproviders.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
from elyra.metadata.schemaspaces import ComponentCatalogs
from elyra.metadata.schemaspaces import RuntimeImages
from elyra.metadata.schemaspaces import Runtimes
from elyra.util.gitutil import SupportedGitTypes

try:
from elyra.pipeline.kfp.kfp_authentication import SupportedAuthProviders
except ImportError:
# We may not have kfp available and that's okay, for example when only using airflow!
SupportedAuthProviders = None
from elyra.util.gitutil import SupportedGitTypes


class ElyraSchemasProvider(SchemasProvider, metaclass=ABCMeta):
Expand Down

0 comments on commit 5599f50

Please sign in to comment.