Skip to content

Commit

Permalink
Removed "generated by pyright" comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Nov 11, 2024
1 parent 23f448e commit 4280076
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions aiokafka/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from .abc import ConsumerRebalanceListener
from .consumer import AIOKafkaConsumer
from .errors import ConsumerStoppedError, IllegalOperation
Expand Down
4 changes: 0 additions & 4 deletions aiokafka/abc.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

import abc
from aiokafka.structs import TopicPartition

Expand Down
4 changes: 0 additions & 4 deletions aiokafka/client.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from enum import IntEnum

log = ...
Expand Down
4 changes: 0 additions & 4 deletions aiokafka/cluster.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from concurrent.futures import Future
from typing import Any, Callable, Optional, Sequence, Set, TypedDict, Union
from aiokafka.client import CoordinationType
Expand Down
4 changes: 0 additions & 4 deletions aiokafka/consumer/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from .consumer import AIOKafkaConsumer

__all__ = ["AIOKafkaConsumer"]
4 changes: 0 additions & 4 deletions aiokafka/coordinator/protocol.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from typing import List, NamedTuple
from aiokafka.protocol.struct import Struct
from aiokafka.structs import TopicPartition
Expand Down
4 changes: 0 additions & 4 deletions aiokafka/errors.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from typing import Any, Type, TypeVar

__all__ = ["ConsumerStoppedError", "NoOffsetForPartitionError", "RecordTooLargeError", "ProducerClosed", "KafkaError", "IllegalStateError", "IllegalArgumentError", "NoBrokersAvailable", "NodeNotReadyError", "KafkaProtocolError", "CorrelationIdError", "Cancelled", "TooManyInFlightRequests", "StaleMetadata", "UnrecognizedBrokerVersion", "IncompatibleBrokerVersion", "CommitFailedError", "AuthenticationMethodNotSupported", "AuthenticationFailedError", "BrokerResponseError", "NoError", "UnknownError", "OffsetOutOfRangeError", "CorruptRecordException", "UnknownTopicOrPartitionError", "InvalidFetchRequestError", "LeaderNotAvailableError", "NotLeaderForPartitionError", "RequestTimedOutError", "BrokerNotAvailableError", "ReplicaNotAvailableError", "MessageSizeTooLargeError", "StaleControllerEpochError", "OffsetMetadataTooLargeError", "StaleLeaderEpochCodeError", "GroupLoadInProgressError", "GroupCoordinatorNotAvailableError", "NotCoordinatorForGroupError", "InvalidTopicError", "RecordListTooLargeError", "NotEnoughReplicasError", "NotEnoughReplicasAfterAppendError", "InvalidRequiredAcksError", "IllegalGenerationError", "InconsistentGroupProtocolError", "InvalidGroupIdError", "UnknownMemberIdError", "InvalidSessionTimeoutError", "RebalanceInProgressError", "InvalidCommitOffsetSizeError", "TopicAuthorizationFailedError", "GroupAuthorizationFailedError", "ClusterAuthorizationFailedError", "InvalidTimestampError", "UnsupportedSaslMechanismError", "IllegalSaslStateError", "UnsupportedVersionError", "TopicAlreadyExistsError", "InvalidPartitionsError", "InvalidReplicationFactorError", "InvalidReplicationAssignmentError", "InvalidConfigurationError", "NotControllerError", "InvalidRequestError", "UnsupportedForMessageFormatError", "PolicyViolationError", "KafkaUnavailableError", "KafkaTimeoutError", "KafkaConnectionError", "UnsupportedCodecError"]
Expand Down
4 changes: 0 additions & 4 deletions aiokafka/structs.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
This type stub file was generated by pyright.
"""

from dataclasses import dataclass
from typing import Generic, List, NamedTuple, Optional, Sequence, Tuple, TypeVar
from aiokafka.errors import KafkaError
Expand Down

0 comments on commit 4280076

Please sign in to comment.