diff --git a/src/rubrix/__init__.py b/src/rubrix/__init__.py index 7ea3b03a00..be5e4094ae 100644 --- a/src/rubrix/__init__.py +++ b/src/rubrix/__init__.py @@ -14,7 +14,7 @@ # limitations under the License. """This file reflects the user facing API. -If you want to add something here, remember to add it as normal import in the _TYPE_CHECKING section, +If you want to add something here, remember to add it as normal import in the _TYPE_CHECKING section (for IDEs), as well as in the `_import_structure` dictionary. """ diff --git a/src/rubrix/client/rubrix_client.py b/src/rubrix/client/rubrix_client.py index aaa91dba03..ad464d65dc 100644 --- a/src/rubrix/client/rubrix_client.py +++ b/src/rubrix/client/rubrix_client.py @@ -1,5 +1,4 @@ # coding=utf-8 -# coding=utf-8 # Copyright 2021-present, the Recognai S.L. team. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,19 +12,6 @@ # 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. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# 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. - """ The Rubrix client, used by the rubrix.__init__ module. DEPRECATED, CAN BE REMOVED IN A FUTURE VERSION. USE THE rubrix.client.api MODULE INSTEAD!