opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
359 stars 178 forks source link

remove unnecessary utf-8 header in .py files #615

Closed samuelorji closed 11 months ago

samuelorji commented 11 months ago

Description

Remove Unnecessary # -*- coding: utf-8 -*- headers from .py files

Issues Resolved

https://github.com/opensearch-project/opensearch-py/issues/613

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5b28423) 71.98% compared to head (b2b8c3e) 71.98%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #615 +/- ## ======================================= Coverage 71.98% 71.98% ======================================= Files 89 89 Lines 7935 7935 ======================================= Hits 5712 5712 Misses 2223 2223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.