Skip to content

Commit

Permalink
docs: add small info
Browse files Browse the repository at this point in the history
  • Loading branch information
dcfidalgo committed Mar 1, 2022
1 parent 8bfe743 commit d712000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/rubrix/__init__.py
Expand Up @@ -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.
"""

Expand Down
14 changes: 0 additions & 14 deletions 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");
Expand All @@ -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!
Expand Down

0 comments on commit d712000

Please sign in to comment.