MINOR - Fix py checkstyle (#20789)

* MINOR - Fix py checkstyle

* dummy commit
This commit is contained in:
Pere Miquel Brull 2025-04-13 11:58:52 +02:00 committed by GitHub
parent aca52df600
commit 6d02ed8b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ from base64 import b64decode
from typing import Iterable, List, Optional
from metadata.generated.schema.api.data.createTopic import CreateTopicRequest
from metadata.generated.schema.entity.data.topic import TopicSampleData
from metadata.generated.schema.entity.data.topic import Topic, TopicSampleData
from metadata.generated.schema.entity.services.connections.messaging.kinesisConnection import (
KinesisConnection,
)
@ -32,7 +32,6 @@ from metadata.generated.schema.type.basic import (
FullyQualifiedEntityName,
SourceUrl,
)
from metadata.generated.schema.entity.data.topic import Topic
from metadata.ingestion.api.models import Either
from metadata.ingestion.api.steps import InvalidSourceException
from metadata.ingestion.models.ometa_topic_data import OMetaTopicSampleData