Skip to content

Commit

Permalink
Applied black formatter to sample guide file
Browse files Browse the repository at this point in the history
Signed-off-by: Djcarrillo6 <[email protected]>
  • Loading branch information
Djcarrillo6 committed Oct 27, 2023
1 parent 9a7463f commit 3094858
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions samples/document_lifecycle/document_lifecycle_sample.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#!/usr/bin/env python

# -*- coding: utf-8 -*-
# SPDX-License-Identifier: Apache-2.0
#
# The OpenSearch Contributors require contributions made to
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.
#
# Modifications Copyright OpenSearch Contributors. See
# GitHub history for details.

from opensearchpy import OpenSearch

# For cleaner output, comment in the two lines below to disable warnings and informational messages
Expand Down

0 comments on commit 3094858

Please sign in to comment.