From 77eb754445f2e4a54dcbf1e594f48462135d1793 Mon Sep 17 00:00:00 2001 From: Rohan Bhaumik Date: Wed, 23 Aug 2023 16:07:57 -0400 Subject: [PATCH] step0 --- cloudevents/kafka/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudevents/kafka/exceptions.py b/cloudevents/kafka/exceptions.py index 6459f0a..e3b4554 100644 --- a/cloudevents/kafka/exceptions.py +++ b/cloudevents/kafka/exceptions.py @@ -10,7 +10,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations -# under the License. +# under the License. Test from cloudevents import exceptions as cloud_exceptions