Skip to content

Commit

Permalink
put private note in wrong file. Also removed classes since there ar…
Browse files Browse the repository at this point in the history
…ent any
  • Loading branch information
davidlm committed Jul 27, 2023
1 parent 8ed62a8 commit 004a175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions botocore/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
# 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.
"""
NOTE: All functions in this module are considered private and are
subject to abrupt breaking changes. Please do not use them directly.
"""

import gzip
import io
Expand Down
5 changes: 0 additions & 5 deletions tests/unit/test_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
# 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.
"""
NOTE: All classes and functions in this module are considered private and are
subject to abrupt breaking changes. Please do not use them directly.
"""
import gzip
import io
from copy import deepcopy
Expand Down

0 comments on commit 004a175

Please sign in to comment.