From a93bf7fb529852ca36cd469308e9f9de0664957d Mon Sep 17 00:00:00 2001 From: Vishal Anand <101251245+vishale6x@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:37:00 +0530 Subject: [PATCH] scheme validation removed. --- e6xdb/e6x.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/e6xdb/e6x.py b/e6xdb/e6x.py index ed21e6c..e6b30f7 100644 --- a/e6xdb/e6x.py +++ b/e6xdb/e6x.py @@ -120,9 +120,6 @@ def __init__( # service_name = 'E6x' # E6x QueryExecutor service_name = 'QueryEngine' # E6x QueryExecutor - if scheme != "e6data": - raise ValueError("scheme is not e6data") - if not self.__username or not self.__password: raise ValueError("username or password cannot be empty.") if port is None: