From 00175042b2481e57cc798461953bd0d5c4acb70c Mon Sep 17 00:00:00 2001 From: DeepikaNMS <127926235+DeepikaNMS@users.noreply.github.com> Date: Wed, 20 Mar 2024 07:01:57 +0530 Subject: [PATCH] Fix version override code (#7397) --- src/confluent/azext_confluent/manual/version.py | 11 ----------- src/confluent/setup.py | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 src/confluent/azext_confluent/manual/version.py diff --git a/src/confluent/azext_confluent/manual/version.py b/src/confluent/azext_confluent/manual/version.py deleted file mode 100644 index 8e3e0e73f37..00000000000 --- a/src/confluent/azext_confluent/manual/version.py +++ /dev/null @@ -1,11 +0,0 @@ -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -VERSION = "0.4.0" diff --git a/src/confluent/setup.py b/src/confluent/setup.py index 115602a89fa..cc571eb5e9e 100644 --- a/src/confluent/setup.py +++ b/src/confluent/setup.py @@ -11,10 +11,6 @@ # HISTORY.rst entry. VERSION = '0.6.0' -try: - from azext_confluent.manual.version import VERSION -except ImportError: - pass # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers